Color Hex Logo

#0cefdc Color Hex

#0CEFDC
(12,239,220)
0 Favorites   0 Comments

Color spaces of #0cefdc

RGB 12239220
HSL0.490.900.49
HSV175°95°94°
CMYK 0.950.000.08   0.06
XYZ43.936466.978578.3226
Yxy66.97850.23220.3539
Hunter Lab81.8404-47.39210.5468
CIE-Lab85.4931-50.8671-4.2123

#0cefdc color RGB value is (12,239,220).

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

The process color (four color CMYK) of #0cefdc color hex is 0.95, 0.00, 0.08, 0.06. Web safe color of #0cefdc is #00ffcc. Color #0cefdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 11011100
Octal 14 357 334
Decimal 12 239 220
Hex C EF DC

RGB Percentages of Color #0cefdc

%2.55
%50.74
%46.71

CMYK Percentages of Color #0cefdc

%95
%0
%8
%6

Triadic Colors of #0cefdc

#0cefdc #dc0cef #efdc0c

Analogous Colors of #0cefdc

#0cefdc #0c91ef #0cef6b

Monochromatic Colors of #0cefdc

#0cefdc

Complementary Color

#0cefdc #ef0c1f

#0cefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cefdc Color CSS Codes

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

#0cefdc Text Font Color

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

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


#0cefdc Background Color

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

This div background color is #0cefdc


#0cefdc Border Color

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

This div border color is #0cefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cefdc


Comments

No comments written yet.

Please login to write comment.