Color Hex Logo

#0caaff Color Hex

#0CAAFF
(12,170,255)
0 Favorites   0 Comments

Color spaces of #0caaff

RGB 12170255
HSL0.561.000.52
HSV201°95°100°
CMYK 0.950.330.00   0.00
XYZ32.576336.047699.8487
Yxy36.04760.19340.2140
Hunter Lab60.0397-8.2189-56.5742
CIE-Lab66.5563-5.9349-51.9696

#0caaff color RGB value is (12,170,255).

#0caaff hex color red value is 12, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0caaff hue: 0.56 , saturation: 1.00 and the lightness value of 0caaff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 11111111
Octal 14 252 377
Decimal 12 170 255
Hex C AA FF

RGB Percentages of Color #0caaff

%2.75
%38.90
%58.35

CMYK Percentages of Color #0caaff

%95
%33
%0
%0

Triadic Colors of #0caaff

#0caaff #ff0caa #aaff0c

Analogous Colors of #0caaff

#0caaff #0c30ff #0cffdb

Monochromatic Colors of #0caaff

#0caaff

Complementary Color

#0caaff #ff610c

#0caaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caaff Color CSS Codes

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

#0caaff Text Font Color

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

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


#0caaff Background Color

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

This div background color is #0caaff


#0caaff Border Color

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

This div border color is #0caaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caaff

Related Colors


Comments

No comments written yet.

Please login to write comment.