Color Hex Logo

#0ccdee Color Hex

#0CCDEE
(12,205,238)
0 Favorites   0 Comments

Color spaces of #0ccdee

RGB 12205238
HSL0.520.900.49
HSV189°95°93°
CMYK 0.950.140.00   0.07
XYZ37.415649.913988.5513
Yxy49.91390.21270.2838
Hunter Lab70.6498-29.1048-24.8583
CIE-Lab76.0164-30.1779-28.0356

#0ccdee color RGB value is (12,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001101 11101110
Octal 14 315 356
Decimal 12 205 238
Hex C CD EE

RGB Percentages of Color #0ccdee

%2.64
%45.05
%52.31

CMYK Percentages of Color #0ccdee

%95
%14
%0
%7

Triadic Colors of #0ccdee

#0ccdee #ee0ccd #cdee0c

Analogous Colors of #0ccdee

#0ccdee #0c5cee #0cee9e

Monochromatic Colors of #0ccdee

#0ccdee

Complementary Color

#0ccdee #ee2d0c

#0ccdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccdee Color CSS Codes

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

#0ccdee Text Font Color

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

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


#0ccdee Background Color

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

This div background color is #0ccdee


#0ccdee Border Color

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

This div border color is #0ccdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccdee


Comments

No comments written yet.

Please login to write comment.