Color Hex Logo

#04bbc9 Color Hex

#04BBC9
(4,187,201)
0 Favorites   0 Comments

Color spaces of #04bbc9

RGB 4187201
HSL0.510.960.40
HSV184°98°79°
CMYK 0.980.070.00   0.21
XYZ28.363039.783561.4424
Yxy39.78350.21890.3070
Hunter Lab63.0742-30.1124-13.6042
CIE-Lab69.3151-33.6131-18.1771

#04bbc9 color RGB value is (4,187,201).

#04bbc9 hex color red value is 4, green value is 187 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #04bbc9 hue: 0.51 , saturation: 0.96 and the lightness value of 04bbc9 is 0.40.

The process color (four color CMYK) of #04bbc9 color hex is 0.98, 0.07, 0.00, 0.21. Web safe color of #04bbc9 is #00cccc. Color #04bbc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111011 11001001
Octal 4 273 311
Decimal 4 187 201
Hex 4 BB C9

RGB Percentages of Color #04bbc9

%1.02
%47.70
%51.28

CMYK Percentages of Color #04bbc9

%98
%7
%0
%21

Triadic Colors of #04bbc9

#04bbc9 #c904bb #bbc904

Analogous Colors of #04bbc9

#04bbc9 #0459c9 #04c975

Monochromatic Colors of #04bbc9

#04bbc9

Complementary Color

#04bbc9 #c91204

#04bbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bbc9 Color CSS Codes

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

#04bbc9 Text Font Color

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

This sample text font color is #04bbc9
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.


#04bbc9 Background Color

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

This div background color is #04bbc9


#04bbc9 Border Color

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

This div border color is #04bbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bbc9


Comments

No comments written yet.

Please login to write comment.