Color Hex Logo

#00ceae Color Hex

#00CEAE
(0,206,174)
0 Favorites   0 Comments

Color spaces of #00ceae

RGB 0206174
HSL0.471.000.40
HSV171°100°81°
CMYK 1.000.000.16   0.19
XYZ29.711347.198647.5887
Yxy47.19860.23860.3791
Hunter Lab68.7012-43.03117.0212
CIE-Lab74.3166-49.95893.9395

#00ceae color RGB value is (0,206,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001110 10101110
Octal 0 316 256
Decimal 0 206 174
Hex 0 CE AE

RGB Percentages of Color #00ceae

%0.00
%54.21
%45.79

CMYK Percentages of Color #00ceae

%100
%0
%16
%19

Triadic Colors of #00ceae

#00ceae #ae00ce #ceae00

Analogous Colors of #00ceae

#00ceae #0087ce #00ce47

Monochromatic Colors of #00ceae

#00ceae

Complementary Color

#00ceae #ce0020

#00ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ceae Color CSS Codes

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

#00ceae Text Font Color

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

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


#00ceae Background Color

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

This div background color is #00ceae


#00ceae Border Color

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

This div border color is #00ceae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ceae


Comments

No comments written yet.

Please login to write comment.