Color Hex Logo

#0ccedd Color Hex

#0CCEDD
(12,206,221)
0 Favorites   0 Comments

Color spaces of #0ccedd

RGB 12206221
HSL0.510.900.46
HSV184°95°87°
CMYK 0.950.070.00   0.13
XYZ35.274149.441276.0906
Yxy49.44120.21940.3075
Hunter Lab70.3144-33.5035-14.9404
CIE-Lab75.7250-36.0509-19.3352

#0ccedd color RGB value is (12,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 11011101
Octal 14 316 335
Decimal 12 206 221
Hex C CE DD

RGB Percentages of Color #0ccedd

%2.73
%46.92
%50.34

CMYK Percentages of Color #0ccedd

%95
%7
%0
%13

Triadic Colors of #0ccedd

#0ccedd #dd0cce #cedd0c

Analogous Colors of #0ccedd

#0ccedd #0c66dd #0cdd84

Monochromatic Colors of #0ccedd

#0ccedd

Complementary Color

#0ccedd #dd1b0c

#0ccedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccedd Color CSS Codes

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

#0ccedd Text Font Color

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

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


#0ccedd Background Color

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

This div background color is #0ccedd


#0ccedd Border Color

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

This div border color is #0ccedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccedd


Comments

No comments written yet.

Please login to write comment.