color codes Logo

#04bdfe color codes

#04BDFE
(4,189,254)
0 Favorites   0 Comments

Color spaces of #04bdfe

RGB 4189254
HSL0.540.990.51
HSV196°98°100°
CMYK 0.980.260.00   0.00
XYZ36.137143.5768100.2725
Yxy43.57680.20080.2421
Hunter Lab66.0127-17.8067-43.8519
CIE-Lab71.9447-16.8499-42.9537

#04bdfe color RGB value is (4,189,254).

#04bdfe hex color red value is 4, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #04bdfe hue: 0.54 , saturation: 0.99 and the lightness value of 04bdfe is 0.51.

The process color (four color CMYK) of #04bdfe color code is 0.98, 0.26, 0.00, 0.00. Web safe color of #04bdfe is #00ccff. Color #04bdfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111101 11111110
Octal 4 275 376
Decimal 4 189 254
Hex 4 BD FE

RGB Percentages of Color #04bdfe

%0.89
%42.28
%56.82

CMYK Percentages of Color #04bdfe

%98
%26
%0
%0

Triadic Colors of #04bdfe

#04bdfe #fe04bd #bdfe04

Analogous Colors of #04bdfe

#04bdfe #0440fe #04fec2

Monochromatic Colors of #04bdfe

#04bdfe

Complementary Color

#04bdfe #fe4504

#04bdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bdfe Color CSS Codes

.mybgcolor {background-color:#04bdfe; } 
.myforecolor {color:#04bdfe; }
.mybordercolor {border:3px solid #04bdfe; }

#04bdfe Text Font Color

<p style="color:#04bdfe">Text here</p>

This sample text font color is #04bdfe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#04bdfe Background Color

<div style="background-color:#04bdfe">
Div content here</div>

This div background color is #04bdfe


#04bdfe Border Color

<div style="border:3px solid #04bdfe">
Div here</div>

This div border color is #04bdfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,189,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04bdfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04bdfe;
  -webkit-box-shadow: 1px 1px 3px 2px #04bdfe;
  box-shadow:         1px 1px 3px 2px #04bdfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,189,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #04bdfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #04bdfe;
  -webkit-box-shadow: 1px 1px 3px 2px #04bdfe;
  box-shadow:         1px 1px 3px 2px #04bdfe;">
Div content here</div>

This div box has shadow with color #04bdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.