Color Hex Logo

#0caedd Color Hex

#0CAEDD
(12,174,221)
0 Favorites   0 Comments

Color spaces of #0caedd

RGB 12174221
HSL0.540.900.46
HSV193°95°87°
CMYK 0.950.210.00   0.13
XYZ28.338835.570773.7788
Yxy35.57070.20580.2583
Hunter Lab59.6412-19.5569-31.5956
CIE-Lab66.1906-20.2407-33.9579

#0caedd color RGB value is (12,174,221).

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

The process color (four color CMYK) of #0caedd color hex is 0.95, 0.21, 0.00, 0.13. Web safe color of #0caedd is #0099cc. Color #0caedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101110 11011101
Octal 14 256 335
Decimal 12 174 221
Hex C AE DD

RGB Percentages of Color #0caedd

%2.95
%42.75
%54.30

CMYK Percentages of Color #0caedd

%95
%21
%0
%13

Triadic Colors of #0caedd

#0caedd #dd0cae #aedd0c

Analogous Colors of #0caedd

#0caedd #0c46dd #0cdda4

Monochromatic Colors of #0caedd

#0caedd

Complementary Color

#0caedd #dd3b0c

#0caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caedd Color CSS Codes

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

#0caedd Text Font Color

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

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


#0caedd Background Color

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

This div background color is #0caedd


#0caedd Border Color

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

This div border color is #0caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caedd


Comments

No comments written yet.

Please login to write comment.