Color Hex Logo

#0caebe Color Hex

#0CAEBE
(12,174,190)
0 Favorites   0 Comments

Color spaces of #0caebe

RGB 12174190
HSL0.510.880.40
HSV185°94°75°
CMYK 0.940.080.00   0.25
XYZ24.581934.068053.9954
Yxy34.06800.21820.3024
Hunter Lab58.3678-26.9675-13.9911
CIE-Lab65.0165-30.6458-18.6217

#0caebe color RGB value is (12,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101110 10111110
Octal 14 256 276
Decimal 12 174 190
Hex C AE BE

RGB Percentages of Color #0caebe

%3.19
%46.28
%50.53

CMYK Percentages of Color #0caebe

%94
%8
%0
%25

Triadic Colors of #0caebe

#0caebe #be0cae #aebe0c

Analogous Colors of #0caebe

#0caebe #0c55be #0cbe75

Monochromatic Colors of #0caebe

#0caebe

Complementary Color

#0caebe #be1c0c

#0caebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caebe Color CSS Codes

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

#0caebe Text Font Color

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

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


#0caebe Background Color

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

This div background color is #0caebe


#0caebe Border Color

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

This div border color is #0caebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caebe


Comments

No comments written yet.

Please login to write comment.