Color Hex Logo

#00ceaa Color Hex

#00CEAA
(0,206,170)
1 Favorites   0 Comments

Color spaces of #00ceaa

RGB 0206170
HSL0.471.000.40
HSV170°100°81°
CMYK 1.000.000.17   0.19
XYZ29.327047.044945.5651
Yxy47.04490.24050.3858
Hunter Lab68.5893-43.70938.6251
CIE-Lab74.2185-51.00535.9528

#00ceaa color RGB value is (0,206,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001110 10101010
Octal 0 316 252
Decimal 0 206 170
Hex 0 CE AA

RGB Percentages of Color #00ceaa

%0.00
%54.79
%45.21

CMYK Percentages of Color #00ceaa

%100
%0
%17
%19

Triadic Colors of #00ceaa

#00ceaa #aa00ce #ceaa00

Analogous Colors of #00ceaa

#00ceaa #008bce #00ce43

Monochromatic Colors of #00ceaa

#00ceaa

Complementary Color

#00ceaa #ce0024

#00ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ceaa Color CSS Codes

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

#00ceaa Text Font Color

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

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


#00ceaa Background Color

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

This div background color is #00ceaa


#00ceaa Border Color

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

This div border color is #00ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ceaa


Comments

No comments written yet.

Please login to write comment.