Color Hex Logo

#0caabb Color Hex

#0CAABB
(12,170,187)
0 Favorites   0 Comments

Color spaces of #0caabb

RGB 12170187
HSL0.520.880.39
HSV186°94°73°
CMYK 0.940.090.00   0.27
XYZ23.496032.415552.0322
Yxy32.41550.21770.3003
Hunter Lab56.9346-25.9715-14.3305
CIE-Lab63.6848-29.6674-18.9754

#0caabb color RGB value is (12,170,187).

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

The process color (four color CMYK) of #0caabb color hex is 0.94, 0.09, 0.00, 0.27. Web safe color of #0caabb is #0099cc. Color #0caabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 10111011
Octal 14 252 273
Decimal 12 170 187
Hex C AA BB

RGB Percentages of Color #0caabb

%3.25
%46.07
%50.68

CMYK Percentages of Color #0caabb

%94
%9
%0
%27

Triadic Colors of #0caabb

#0caabb #bb0caa #aabb0c

Analogous Colors of #0caabb

#0caabb #0c53bb #0cbb75

Monochromatic Colors of #0caabb

#0caabb

Complementary Color

#0caabb #bb1d0c

#0caabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caabb Color CSS Codes

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

#0caabb Text Font Color

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

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


#0caabb Background Color

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

This div background color is #0caabb


#0caabb Border Color

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

This div border color is #0caabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caabb


Comments

No comments written yet.

Please login to write comment.