Color Hex Logo

#0cdfdc Color Hex

#0CDFDC
(12,223,220)
0 Favorites   0 Comments

Color spaces of #0cdfdc

RGB 12223220
HSL0.500.900.46
HSV179°95°87°
CMYK 0.950.000.01   0.13
XYZ39.457658.020876.8297
Yxy58.02080.22640.3329
Hunter Lab76.1714-40.8350-6.4824
CIE-Lab80.7504-44.0343-11.2436

#0cdfdc color RGB value is (12,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011111 11011100
Octal 14 337 334
Decimal 12 223 220
Hex C DF DC

RGB Percentages of Color #0cdfdc

%2.64
%49.01
%48.35

CMYK Percentages of Color #0cdfdc

%95
%0
%1
%13

Triadic Colors of #0cdfdc

#0cdfdc #dc0cdf #dfdc0c

Analogous Colors of #0cdfdc

#0cdfdc #0c79df #0cdf73

Monochromatic Colors of #0cdfdc

#0cdfdc

Complementary Color

#0cdfdc #df0c0f

#0cdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfdc Color CSS Codes

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

#0cdfdc Text Font Color

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

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


#0cdfdc Background Color

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

This div background color is #0cdfdc


#0cdfdc Border Color

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

This div border color is #0cdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfdc


Comments

No comments written yet.

Please login to write comment.