Color Hex Logo

#00cfaf Color Hex

#00CFAF
(0,207,175)
0 Favorites   0 Comments

Color spaces of #00cfaf

RGB 0207175
HSL0.471.000.41
HSV171°100°81°
CMYK 1.000.000.15   0.19
XYZ30.050747.720848.1846
Yxy47.72080.23860.3789
Hunter Lab69.0802-43.24097.0004
CIE-Lab74.6485-50.10213.8808

#00cfaf color RGB value is (0,207,175).

#00cfaf hex color red value is 0, green value is 207 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #00cfaf hue: 0.47 , saturation: 1.00 and the lightness value of 00cfaf is 0.41.

The process color (four color CMYK) of #00cfaf color hex is 1.00, 0.00, 0.15, 0.19. Web safe color of #00cfaf is #00cc99. Color #00cfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 10101111
Octal 0 317 257
Decimal 0 207 175
Hex 0 CF AF

RGB Percentages of Color #00cfaf

%0.00
%54.19
%45.81

CMYK Percentages of Color #00cfaf

%100
%0
%15
%19

Triadic Colors of #00cfaf

#00cfaf #af00cf #cfaf00

Analogous Colors of #00cfaf

#00cfaf #0088cf #00cf48

Monochromatic Colors of #00cfaf

#00cfaf

Complementary Color

#00cfaf #cf0020

#00cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfaf Color CSS Codes

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

#00cfaf Text Font Color

<p style="color:#00cfaf">Text here</p>

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


#00cfaf Background Color

<div style="background-color:#00cfaf">
Div content here</div>

This div background color is #00cfaf


#00cfaf Border Color

<div style="border:3px solid #00cfaf">
Div here</div>

This div border color is #00cfaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,207,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00cfaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00cfaf;
  -webkit-box-shadow: 1px 1px 3px 2px #00cfaf;
  box-shadow:         1px 1px 3px 2px #00cfaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,207,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 #00cfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cfaf


Comments

No comments written yet.

Please login to write comment.