Color Hex Logo

#0caae0 Color Hex

#0CAAE0
(12,170,224)
0 Favorites   0 Comments

Color spaces of #0caae0

RGB 12170224
HSL0.540.900.46
HSV195°95°88°
CMYK 0.950.240.00   0.12
XYZ27.980934.209475.6493
Yxy34.20940.20300.2482
Hunter Lab58.4888-16.9614-35.7434
CIE-Lab65.1284-17.0746-37.2613

#0caae0 color RGB value is (12,170,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 11100000
Octal 14 252 340
Decimal 12 170 224
Hex C AA E0

RGB Percentages of Color #0caae0

%2.96
%41.87
%55.17

CMYK Percentages of Color #0caae0

%95
%24
%0
%12

Triadic Colors of #0caae0

#0caae0 #e00caa #aae00c

Analogous Colors of #0caae0

#0caae0 #0c40e0 #0ce0ac

Monochromatic Colors of #0caae0

#0caae0

Complementary Color

#0caae0 #e0420c

#0caae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caae0 Color CSS Codes

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

#0caae0 Text Font Color

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

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


#0caae0 Background Color

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

This div background color is #0caae0


#0caae0 Border Color

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

This div border color is #0caae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caae0


Comments

No comments written yet.

Please login to write comment.