Color Hex Logo

#0caebb Color Hex

#0CAEBB
(12,174,187)
0 Favorites   0 Comments

Color spaces of #0caebb

RGB 12174187
HSL0.510.880.39
HSV184°94°73°
CMYK 0.940.070.00   0.27
XYZ24.257333.938152.2859
Yxy33.93810.21960.3072
Hunter Lab58.2564-27.6234-12.4341
CIE-Lab64.9134-31.6098-17.1109

#0caebb color RGB value is (12,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101110 10111011
Octal 14 256 273
Decimal 12 174 187
Hex C AE BB

RGB Percentages of Color #0caebb

%3.22
%46.65
%50.13

CMYK Percentages of Color #0caebb

%94
%7
%0
%27

Triadic Colors of #0caebb

#0caebb #bb0cae #aebb0c

Analogous Colors of #0caebb

#0caebb #0c56bb #0cbb71

Monochromatic Colors of #0caebb

#0caebb

Complementary Color

#0caebb #bb190c

#0caebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caebb Color CSS Codes

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

#0caebb Text Font Color

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

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


#0caebb Background Color

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

This div background color is #0caebb


#0caebb Border Color

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

This div border color is #0caebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caebb


Comments

No comments written yet.

Please login to write comment.