Color Hex Logo

#0ce5cc Color Hex

#0CE5CC
(12,229,204)
0 Favorites   0 Comments

Color spaces of #0ce5cc

RGB 12229204
HSL0.480.900.47
HSV173°95°90°
CMYK 0.950.000.11   0.10
XYZ39.070060.476466.7407
Yxy60.47640.23500.3637
Hunter Lab77.7666-46.41293.5528
CIE-Lab82.0965-51.0618-0.7604

#0ce5cc color RGB value is (12,229,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11100101 11001100
Octal 14 345 314
Decimal 12 229 204
Hex C E5 CC

RGB Percentages of Color #0ce5cc

%2.70
%51.46
%45.84

CMYK Percentages of Color #0ce5cc

%95
%0
%11
%10

Triadic Colors of #0ce5cc

#0ce5cc #cc0ce5 #e5cc0c

Analogous Colors of #0ce5cc

#0ce5cc #0c92e5 #0ce55f

Monochromatic Colors of #0ce5cc

#0ce5cc

Complementary Color

#0ce5cc #e50c25

#0ce5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce5cc Color CSS Codes

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

#0ce5cc Text Font Color

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

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


#0ce5cc Background Color

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

This div background color is #0ce5cc


#0ce5cc Border Color

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

This div border color is #0ce5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce5cc


Comments

No comments written yet.

Please login to write comment.