Color Hex Logo

#5abaca Color Hex

#5ABACA
(90,186,202)
0 Favorites   0 Comments

Color spaces of #5abaca

RGB 90186202
HSL0.520.510.57
HSV189°55°79°
CMYK 0.550.080.00   0.21
XYZ32.436041.555762.1886
Yxy41.55570.23820.3052
Hunter Lab64.4637-22.9962-12.0729
CIE-Lab70.5635-23.7105-16.6910

#5abaca color RGB value is (90,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 11001010
Octal 132 272 312
Decimal 90 186 202
Hex 5A BA CA

RGB Percentages of Color #5abaca

%18.83
%38.91
%42.26

CMYK Percentages of Color #5abaca

%55
%8
%0
%21

Triadic Colors of #5abaca

#5abaca #ca5aba #baca5a

Analogous Colors of #5abaca

#5abaca #5a82ca #5acaa2

Monochromatic Colors of #5abaca

#5abaca

Complementary Color

#5abaca #ca6a5a

#5abaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abaca Color CSS Codes

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

#5abaca Text Font Color

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

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


#5abaca Background Color

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

This div background color is #5abaca


#5abaca Border Color

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

This div border color is #5abaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,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 #5abaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abaca


Comments

No comments written yet.

Please login to write comment.