Color Hex Logo

#00cfaa Color Hex

#00CFAA
(0,207,170)
0 Favorites   0 Comments

Color spaces of #00cfaa

RGB 0207170
HSL0.471.000.41
HSV169°100°81°
CMYK 1.000.000.18   0.19
XYZ29.568547.527945.6456
Yxy47.52790.24090.3872
Hunter Lab68.9405-44.08749.0023
CIE-Lab74.5262-51.40676.3953

#00cfaa color RGB value is (0,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 10101010
Octal 0 317 252
Decimal 0 207 170
Hex 0 CF AA

RGB Percentages of Color #00cfaa

%0.00
%54.91
%45.09

CMYK Percentages of Color #00cfaa

%100
%0
%18
%19

Triadic Colors of #00cfaa

#00cfaa #aa00cf #cfaa00

Analogous Colors of #00cfaa

#00cfaa #008dcf #00cf43

Monochromatic Colors of #00cfaa

#00cfaa

Complementary Color

#00cfaa #cf0025

#00cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfaa Color CSS Codes

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

#00cfaa Text Font Color

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

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


#00cfaa Background Color

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

This div background color is #00cfaa


#00cfaa Border Color

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

This div border color is #00cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cfaa


Comments

No comments written yet.

Please login to write comment.