Color Hex Logo

#0cd5ac Color Hex

#0CD5AC
(12,213,172)
0 Favorites   0 Comments

Color spaces of #0cd5ac

RGB 12213172
HSL0.470.890.44
HSV168°94°84°
CMYK 0.940.000.19   0.16
XYZ31.392350.645247.1507
Yxy50.64520.24300.3920
Hunter Lab71.1654-45.800110.5332
CIE-Lab76.4636-52.93058.1082

#0cd5ac color RGB value is (12,213,172).

#0cd5ac hex color red value is 12, green value is 213 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0cd5ac hue: 0.47 , saturation: 0.89 and the lightness value of 0cd5ac is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11010101 10101100
Octal 14 325 254
Decimal 12 213 172
Hex C D5 AC

RGB Percentages of Color #0cd5ac

%3.02
%53.65
%43.32

CMYK Percentages of Color #0cd5ac

%94
%0
%19
%16

Triadic Colors of #0cd5ac

#0cd5ac #ac0cd5 #d5ac0c

Analogous Colors of #0cd5ac

#0cd5ac #0c9ad5 #0cd548

Monochromatic Colors of #0cd5ac

#0cd5ac

Complementary Color

#0cd5ac #d50c35

#0cd5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd5ac Color CSS Codes

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

#0cd5ac Text Font Color

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

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


#0cd5ac Background Color

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

This div background color is #0cd5ac


#0cd5ac Border Color

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

This div border color is #0cd5ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,213,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd5ac


Comments

No comments written yet.

Please login to write comment.