Color Hex Logo

#0cdcc7 Color Hex

#0CDCC7
(12,220,199)
0 Favorites   0 Comments

Color spaces of #0cdcc7

RGB 12220199
HSL0.480.900.45
HSV174°95°86°
CMYK 0.950.000.10   0.14
XYZ36.053655.388162.8236
Yxy55.38810.23370.3590
Hunter Lab74.4232-43.76792.0472
CIE-Lab79.2643-48.6790-2.2525

#0cdcc7 color RGB value is (12,220,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011100 11000111
Octal 14 334 307
Decimal 12 220 199
Hex C DC C7

RGB Percentages of Color #0cdcc7

%2.78
%51.04
%46.17

CMYK Percentages of Color #0cdcc7

%95
%0
%10
%14

Triadic Colors of #0cdcc7

#0cdcc7 #c70cdc #dcc70c

Analogous Colors of #0cdcc7

#0cdcc7 #0c89dc #0cdc5f

Monochromatic Colors of #0cdcc7

#0cdcc7

Complementary Color

#0cdcc7 #dc0c21

#0cdcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdcc7 Color CSS Codes

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

#0cdcc7 Text Font Color

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

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


#0cdcc7 Background Color

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

This div background color is #0cdcc7


#0cdcc7 Border Color

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

This div border color is #0cdcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdcc7


Comments

No comments written yet.

Please login to write comment.