Color Hex Logo

#0caebd Color Hex

#0CAEBD
(12,174,189)
0 Favorites   0 Comments

Color spaces of #0caebd

RGB 12174189
HSL0.510.880.39
HSV185°94°74°
CMYK 0.940.080.00   0.26
XYZ24.473034.024453.4216
Yxy34.02440.21870.3040
Hunter Lab58.3304-27.1872-13.4691
CIE-Lab64.9819-30.9679-18.1186

#0caebd color RGB value is (12,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101110 10111101
Octal 14 256 275
Decimal 12 174 189
Hex C AE BD

RGB Percentages of Color #0caebd

%3.20
%46.40
%50.40

CMYK Percentages of Color #0caebd

%94
%8
%0
%26

Triadic Colors of #0caebd

#0caebd #bd0cae #aebd0c

Analogous Colors of #0caebd

#0caebd #0c55bd #0cbd74

Monochromatic Colors of #0caebd

#0caebd

Complementary Color

#0caebd #bd1b0c

#0caebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caebd Color CSS Codes

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

#0caebd Text Font Color

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

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


#0caebd Background Color

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

This div background color is #0caebd


#0caebd Border Color

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

This div border color is #0caebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caebd


Comments

No comments written yet.

Please login to write comment.