Color Hex Logo

#0cdcae Color Hex

#0CDCAE
(12,220,174)
0 Favorites   0 Comments

Color spaces of #0cdcae

RGB 12220174
HSL0.460.900.45
HSV167°95°86°
CMYK 0.950.000.21   0.14
XYZ33.384854.320648.7698
Yxy54.32060.24460.3980
Hunter Lab73.7025-48.124812.3589
CIE-Lab78.6483-55.184510.1625

#0cdcae color RGB value is (12,220,174).

#0cdcae hex color red value is 12, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0cdcae hue: 0.46 , saturation: 0.90 and the lightness value of 0cdcae is 0.45.

The process color (four color CMYK) of #0cdcae color hex is 0.95, 0.00, 0.21, 0.14. Web safe color of #0cdcae is #00cc99. Color #0cdcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011100 10101110
Octal 14 334 256
Decimal 12 220 174
Hex C DC AE

RGB Percentages of Color #0cdcae

%2.96
%54.19
%42.86

CMYK Percentages of Color #0cdcae

%95
%0
%21
%14

Triadic Colors of #0cdcae

#0cdcae #ae0cdc #dcae0c

Analogous Colors of #0cdcae

#0cdcae #0ca2dc #0cdc46

Monochromatic Colors of #0cdcae

#0cdcae

Complementary Color

#0cdcae #dc0c3a

#0cdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdcae Color CSS Codes

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

#0cdcae Text Font Color

<p style="color:#0cdcae">Text here</p>

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


#0cdcae Background Color

<div style="background-color:#0cdcae">
Div content here</div>

This div background color is #0cdcae


#0cdcae Border Color

<div style="border:3px solid #0cdcae">
Div here</div>

This div border color is #0cdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdcae


Comments

No comments written yet.

Please login to write comment.