Color Hex Logo

#0caaea Color Hex

#0CAAEA
(12,170,234)
0 Favorites   0 Comments

Color spaces of #0caaea

RGB 12170234
HSL0.550.900.48
HSV197°95°92°
CMYK 0.950.270.00   0.08
XYZ29.377634.768183.0045
Yxy34.76810.19960.2363
Hunter Lab58.9645-14.2546-42.1876
CIE-Lab65.5677-13.5233-42.0682

#0caaea color RGB value is (12,170,234).

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

The process color (four color CMYK) of #0caaea color hex is 0.95, 0.27, 0.00, 0.08. Web safe color of #0caaea is #0099ff. Color #0caaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 11101010
Octal 14 252 352
Decimal 12 170 234
Hex C AA EA

RGB Percentages of Color #0caaea

%2.88
%40.87
%56.25

CMYK Percentages of Color #0caaea

%95
%27
%0
%8

Triadic Colors of #0caaea

#0caaea #ea0caa #aaea0c

Analogous Colors of #0caaea

#0caaea #0c3bea #0ceabb

Monochromatic Colors of #0caaea

#0caaea

Complementary Color

#0caaea #ea4c0c

#0caaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caaea Color CSS Codes

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

#0caaea Text Font Color

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

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


#0caaea Background Color

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

This div background color is #0caaea


#0caaea Border Color

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

This div border color is #0caaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caaea


Comments

No comments written yet.

Please login to write comment.