Color Hex Logo

#5abbea Color Hex

#5ABBEA
(90,187,234)
0 Favorites   0 Comments

Color spaces of #5abbea

RGB 90187234
HSL0.550.770.64
HSV200°62°92°
CMYK 0.620.200.00   0.08
XYZ36.838143.654884.3266
Yxy43.65480.22350.2649
Hunter Lab66.0718-16.1035-29.4209
CIE-Lab71.9972-14.7488-31.9479

#5abbea color RGB value is (90,187,234).

#5abbea hex color red value is 90, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5abbea hue: 0.55 , saturation: 0.77 and the lightness value of 5abbea is 0.64.

The process color (four color CMYK) of #5abbea color hex is 0.62, 0.20, 0.00, 0.08. Web safe color of #5abbea is #66ccff. Color #5abbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111011 11101010
Octal 132 273 352
Decimal 90 187 234
Hex 5A BB EA

RGB Percentages of Color #5abbea

%17.61
%36.59
%45.79

CMYK Percentages of Color #5abbea

%62
%20
%0
%8

Triadic Colors of #5abbea

#5abbea #ea5abb #bbea5a

Analogous Colors of #5abbea

#5abbea #5a73ea #5aead1

Monochromatic Colors of #5abbea

#5abbea

Complementary Color

#5abbea #ea895a

#5abbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abbea Color CSS Codes

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

#5abbea Text Font Color

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

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


#5abbea Background Color

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

This div background color is #5abbea


#5abbea Border Color

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

This div border color is #5abbea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,187,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abbea


Comments

No comments written yet.

Please login to write comment.