Color Hex Logo

#04bfaf Color Hex

#04BFAF
(4,191,175)
0 Favorites   0 Comments

Color spaces of #04bfaf

RGB 4191175
HSL0.490.960.38
HSV175°98°75°
CMYK 0.980.000.08   0.25
XYZ26.418740.382646.9596
Yxy40.38260.23220.3550
Hunter Lab63.5473-36.99950.6695
CIE-Lab69.7412-43.2660-3.2775

#04bfaf color RGB value is (4,191,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111111 10101111
Octal 4 277 257
Decimal 4 191 175
Hex 4 BF AF

RGB Percentages of Color #04bfaf

%1.08
%51.62
%47.30

CMYK Percentages of Color #04bfaf

%98
%0
%8
%25

Triadic Colors of #04bfaf

#04bfaf #af04bf #bfaf04

Analogous Colors of #04bfaf

#04bfaf #0472bf #04bf52

Monochromatic Colors of #04bfaf

#04bfaf

Complementary Color

#04bfaf #bf0414

#04bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04bfaf Color CSS Codes

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

#04bfaf Text Font Color

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

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


#04bfaf Background Color

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

This div background color is #04bfaf


#04bfaf Border Color

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

This div border color is #04bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04bfaf


Comments

No comments written yet.

Please login to write comment.