Color Hex Logo

#0ccced Color Hex

#0CCCED
(12,204,237)
0 Favorites   0 Comments

Color spaces of #0ccced

RGB 12204237
HSL0.520.900.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ37.030549.378387.7000
Yxy49.37830.21270.2836
Hunter Lab70.2697-28.9066-24.8080
CIE-Lab75.6861-30.0157-28.0049

#0ccced color RGB value is (12,204,237).

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

The process color (four color CMYK) of #0ccced color hex is 0.95, 0.14, 0.00, 0.07. Web safe color of #0ccced is #00ccff. Color #0ccced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001100 11101101
Octal 14 314 355
Decimal 12 204 237
Hex C CC ED

RGB Percentages of Color #0ccced

%2.65
%45.03
%52.32

CMYK Percentages of Color #0ccced

%95
%14
%0
%7

Triadic Colors of #0ccced

#0ccced #ed0ccc #cced0c

Analogous Colors of #0ccced

#0ccced #0c5ced #0ced9e

Monochromatic Colors of #0ccced

#0ccced

Complementary Color

#0ccced #ed2d0c

#0ccced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccced Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccced Color CSS Codes

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

#0ccced Text Font Color

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

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


#0ccced Background Color

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

This div background color is #0ccced


#0ccced Border Color

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

This div border color is #0ccced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccced


Comments

No comments written yet.

Please login to write comment.