Color Hex Logo

#0ceddc Color Hex

#0CEDDC
(12,237,220)
0 Favorites   0 Comments

Color spaces of #0ceddc

RGB 12237220
HSL0.490.900.49
HSV175°95°93°
CMYK 0.950.000.07   0.07
XYZ43.354165.813878.1285
Yxy65.81380.23150.3514
Hunter Lab81.1257-46.5784-0.3115
CIE-Lab84.9014-50.0320-5.0844

#0ceddc color RGB value is (12,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101101 11011100
Octal 14 355 334
Decimal 12 237 220
Hex C ED DC

RGB Percentages of Color #0ceddc

%2.56
%50.53
%46.91

CMYK Percentages of Color #0ceddc

%95
%0
%7
%7

Triadic Colors of #0ceddc

#0ceddc #dc0ced #eddc0c

Analogous Colors of #0ceddc

#0ceddc #0c8eed #0ced6c

Monochromatic Colors of #0ceddc

#0ceddc

Complementary Color

#0ceddc #ed0c1d

#0ceddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ceddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ceddc Color CSS Codes

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

#0ceddc Text Font Color

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

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


#0ceddc Background Color

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

This div background color is #0ceddc


#0ceddc Border Color

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

This div border color is #0ceddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ceddc


Comments

No comments written yet.

Please login to write comment.