Color Hex Logo

#0cdeab Color Hex

#0CDEAB
(12,222,171)
0 Favorites   0 Comments

Color spaces of #0cdeab

RGB 12222171
HSL0.460.900.46
HSV165°95°87°
CMYK 0.950.000.23   0.13
XYZ33.623655.261047.4224
Yxy55.26100.24670.4054
Hunter Lab74.3377-49.354014.2135
CIE-Lab79.1914-56.686212.5212

#0cdeab color RGB value is (12,222,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011110 10101011
Octal 14 336 253
Decimal 12 222 171
Hex C DE AB

RGB Percentages of Color #0cdeab

%2.96
%54.81
%42.22

CMYK Percentages of Color #0cdeab

%95
%0
%23
%13

Triadic Colors of #0cdeab

#0cdeab #ab0cde #deab0c

Analogous Colors of #0cdeab

#0cdeab #0ca8de #0cde42

Monochromatic Colors of #0cdeab

#0cdeab

Complementary Color

#0cdeab #de0c3f

#0cdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdeab Color CSS Codes

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

#0cdeab Text Font Color

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

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


#0cdeab Background Color

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

This div background color is #0cdeab


#0cdeab Border Color

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

This div border color is #0cdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdeab


Comments

No comments written yet.

Please login to write comment.