Color Hex Logo

#0cdfab Color Hex

#0CDFAB
(12,223,171)
0 Favorites   0 Comments

Color spaces of #0cdfab

RGB 12223171
HSL0.460.900.46
HSV165°95°87°
CMYK 0.950.000.23   0.13
XYZ33.890055.793847.5112
Yxy55.79380.24700.4067
Hunter Lab74.6952-49.729414.5742
CIE-Lab79.4963-57.069212.9524

#0cdfab color RGB value is (12,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011111 10101011
Octal 14 337 253
Decimal 12 223 171
Hex C DF AB

RGB Percentages of Color #0cdfab

%2.96
%54.93
%42.12

CMYK Percentages of Color #0cdfab

%95
%0
%23
%13

Triadic Colors of #0cdfab

#0cdfab #ab0cdf #dfab0c

Analogous Colors of #0cdfab

#0cdfab #0caadf #0cdf42

Monochromatic Colors of #0cdfab

#0cdfab

Complementary Color

#0cdfab #df0c40

#0cdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfab Color CSS Codes

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

#0cdfab Text Font Color

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

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


#0cdfab Background Color

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

This div background color is #0cdfab


#0cdfab Border Color

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

This div border color is #0cdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfab


Comments

No comments written yet.

Please login to write comment.