Color Hex Logo

#04bbae Color Hex

#04BBAE
(4,187,174)
0 Favorites   0 Comments

Color spaces of #04bbae

RGB 4187174
HSL0.490.960.37
HSV176°98°73°
CMYK 0.980.000.07   0.27
XYZ25.460438.622546.1574
Yxy38.62250.23100.3503
Hunter Lab62.1470-35.6293-0.5326
CIE-Lab68.4769-41.8109-4.5918

#04bbae color RGB value is (4,187,174).

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

The process color (four color CMYK) of #04bbae color hex is 0.98, 0.00, 0.07, 0.27. Web safe color of #04bbae is #00cc99. Color #04bbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111011 10101110
Octal 4 273 256
Decimal 4 187 174
Hex 4 BB AE

RGB Percentages of Color #04bbae

%1.10
%51.23
%47.67

CMYK Percentages of Color #04bbae

%98
%0
%7
%27

Triadic Colors of #04bbae

#04bbae #ae04bb #bbae04

Analogous Colors of #04bbae

#04bbae #046dbb #04bb53

Monochromatic Colors of #04bbae

#04bbae

Complementary Color

#04bbae #bb0411

#04bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bbae Color CSS Codes

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

#04bbae Text Font Color

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

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


#04bbae Background Color

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

This div background color is #04bbae


#04bbae Border Color

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

This div border color is #04bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bbae


Comments

No comments written yet.

Please login to write comment.