Color Hex Logo

#0ce8dd Color Hex

#0CE8DD
(12,232,221)
0 Favorites   0 Comments

Color spaces of #0ce8dd

RGB 12232221
HSL0.490.900.48
HSV177°95°91°
CMYK 0.950.000.05   0.09
XYZ42.059463.011878.3524
Yxy63.01180.22930.3435
Hunter Lab79.3800-44.3369-2.9565
CIE-Lab83.4486-47.6402-7.7601

#0ce8dd color RGB value is (12,232,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101000 11011101
Octal 14 350 335
Decimal 12 232 221
Hex C E8 DD

RGB Percentages of Color #0ce8dd

%2.58
%49.89
%47.53

CMYK Percentages of Color #0ce8dd

%95
%0
%5
%9

Triadic Colors of #0ce8dd

#0ce8dd #dd0ce8 #e8dd0c

Analogous Colors of #0ce8dd

#0ce8dd #0c85e8 #0ce86f

Monochromatic Colors of #0ce8dd

#0ce8dd

Complementary Color

#0ce8dd #e80c17

#0ce8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce8dd Color CSS Codes

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

#0ce8dd Text Font Color

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

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


#0ce8dd Background Color

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

This div background color is #0ce8dd


#0ce8dd Border Color

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

This div border color is #0ce8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce8dd


Comments

No comments written yet.

Please login to write comment.