Color Hex Logo

#0cabff Color Hex

#0CABFF
(12,171,255)
0 Favorites   0 Comments

Color spaces of #0cabff

RGB 12171255
HSL0.561.000.52
HSV201°95°100°
CMYK 0.950.330.00   0.00
XYZ32.764536.424099.9114
Yxy36.42400.19380.2154
Hunter Lab60.3523-8.7111-55.9062
CIE-Lab66.8426-6.4966-51.5166

#0cabff color RGB value is (12,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101011 11111111
Octal 14 253 377
Decimal 12 171 255
Hex C AB FF

RGB Percentages of Color #0cabff

%2.74
%39.04
%58.22

CMYK Percentages of Color #0cabff

%95
%33
%0
%0

Triadic Colors of #0cabff

#0cabff #ff0cab #abff0c

Analogous Colors of #0cabff

#0cabff #0c31ff #0cffda

Monochromatic Colors of #0cabff

#0cabff

Complementary Color

#0cabff #ff600c

#0cabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cabff Color CSS Codes

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

#0cabff Text Font Color

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

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


#0cabff Background Color

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

This div background color is #0cabff


#0cabff Border Color

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

This div border color is #0cabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cabff


Comments

No comments written yet.

Please login to write comment.