Color Hex Logo

#0cb6dd Color Hex

#0CB6DD
(12,182,221)
0 Favorites   0 Comments

Color spaces of #0cb6dd

RGB 12182221
HSL0.530.900.46
HSV191°95°87°
CMYK 0.950.180.00   0.13
XYZ29.930738.754574.3095
Yxy38.75450.20930.2710
Hunter Lab62.2531-23.1219-27.1954
CIE-Lab68.5731-24.3689-30.2704

#0cb6dd color RGB value is (12,182,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110110 11011101
Octal 14 266 335
Decimal 12 182 221
Hex C B6 DD

RGB Percentages of Color #0cb6dd

%2.89
%43.86
%53.25

CMYK Percentages of Color #0cb6dd

%95
%18
%0
%13

Triadic Colors of #0cb6dd

#0cb6dd #dd0cb6 #b6dd0c

Analogous Colors of #0cb6dd

#0cb6dd #0c4edd #0cdd9c

Monochromatic Colors of #0cb6dd

#0cb6dd

Complementary Color

#0cb6dd #dd330c

#0cb6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb6dd Color CSS Codes

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

#0cb6dd Text Font Color

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

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


#0cb6dd Background Color

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

This div background color is #0cb6dd


#0cb6dd Border Color

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

This div border color is #0cb6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb6dd


Comments

No comments written yet.

Please login to write comment.