Color Hex Logo

#5abedf Color Hex

#5ABEDF
(90,190,223)
0 Favorites   0 Comments

Color spaces of #5abedf

RGB 90190223
HSL0.540.680.61
HSV195°60°87°
CMYK 0.600.150.00   0.13
XYZ35.949244.328376.4735
Yxy44.32830.22930.2828
Hunter Lab66.5795-20.1341-21.4951
CIE-Lab72.4474-19.6455-25.2834

#5abedf color RGB value is (90,190,223).

#5abedf hex color red value is 90, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5abedf hue: 0.54 , saturation: 0.68 and the lightness value of 5abedf is 0.61.

The process color (four color CMYK) of #5abedf color hex is 0.60, 0.15, 0.00, 0.13. Web safe color of #5abedf is #66cccc. Color #5abedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 11011111
Octal 132 276 337
Decimal 90 190 223
Hex 5A BE DF

RGB Percentages of Color #5abedf

%17.89
%37.77
%44.33

CMYK Percentages of Color #5abedf

%60
%15
%0
%13

Triadic Colors of #5abedf

#5abedf #df5abe #bedf5a

Analogous Colors of #5abedf

#5abedf #5a7cdf #5adfbe

Monochromatic Colors of #5abedf

#5abedf

Complementary Color

#5abedf #df7b5a

#5abedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abedf Color CSS Codes

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

#5abedf Text Font Color

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

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


#5abedf Background Color

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

This div background color is #5abedf


#5abedf Border Color

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

This div border color is #5abedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abedf


Comments

No comments written yet.

Please login to write comment.