Color Hex Logo

#0caae1 Color Hex

#0CAAE1
(12,170,225)
0 Favorites   0 Comments

Color spaces of #0caae1

RGB 12170225
HSL0.540.900.46
HSV195°95°88°
CMYK 0.950.240.00   0.12
XYZ28.117034.263976.3658
Yxy34.26390.20260.2470
Hunter Lab58.5354-16.6959-36.3755
CIE-Lab65.1715-16.7218-37.7446

#0caae1 color RGB value is (12,170,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 11100001
Octal 14 252 341
Decimal 12 170 225
Hex C AA E1

RGB Percentages of Color #0caae1

%2.95
%41.77
%55.28

CMYK Percentages of Color #0caae1

%95
%24
%0
%12

Triadic Colors of #0caae1

#0caae1 #e10caa #aae10c

Analogous Colors of #0caae1

#0caae1 #0c40e1 #0ce1ae

Monochromatic Colors of #0caae1

#0caae1

Complementary Color

#0caae1 #e1430c

#0caae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caae1 Color CSS Codes

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

#0caae1 Text Font Color

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

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


#0caae1 Background Color

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

This div background color is #0caae1


#0caae1 Border Color

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

This div border color is #0caae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caae1


Comments

No comments written yet.

Please login to write comment.