Color Hex Logo

#0abaca Color Hex

#0ABACA
(10,186,202)
0 Favorites   0 Comments

Color spaces of #0abaca

RGB 10186202
HSL0.510.910.42
HSV185°95°79°
CMYK 0.950.080.00   0.21
XYZ28.344839.446661.9971
Yxy39.44660.21840.3039
Hunter Lab62.8065-29.3538-14.5613
CIE-Lab69.0735-32.6436-19.0894

#0abaca color RGB value is (10,186,202).

#0abaca hex color red value is 10, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0abaca hue: 0.51 , saturation: 0.91 and the lightness value of 0abaca is 0.42.

The process color (four color CMYK) of #0abaca color hex is 0.95, 0.08, 0.00, 0.21. Web safe color of #0abaca is #00cccc. Color #0abaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111010 11001010
Octal 12 272 312
Decimal 10 186 202
Hex A BA CA

RGB Percentages of Color #0abaca

%2.51
%46.73
%50.75

CMYK Percentages of Color #0abaca

%95
%8
%0
%21

Triadic Colors of #0abaca

#0abaca #ca0aba #baca0a

Analogous Colors of #0abaca

#0abaca #0a5aca #0aca7a

Monochromatic Colors of #0abaca

#0abaca

Complementary Color

#0abaca #ca1a0a

#0abaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abaca Color CSS Codes

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

#0abaca Text Font Color

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

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


#0abaca Background Color

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

This div background color is #0abaca


#0abaca Border Color

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

This div border color is #0abaca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,186,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0abaca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0abaca;
  -webkit-box-shadow: 1px 1px 3px 2px #0abaca;
  box-shadow:         1px 1px 3px 2px #0abaca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,186,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abaca


Comments

No comments written yet.

Please login to write comment.