Color Hex Logo

#5abdef Color Hex

#5ABDEF
(90,189,239)
0 Favorites   0 Comments

Color spaces of #5abdef

RGB 90189239
HSL0.560.820.65
HSV200°62°94°
CMYK 0.620.210.00   0.06
XYZ37.994044.800888.3063
Yxy44.80080.22210.2618
Hunter Lab66.9334-15.8099-31.3689
CIE-Lab72.7605-14.2655-33.4768

#5abdef color RGB value is (90,189,239).

#5abdef hex color red value is 90, green value is 189 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5abdef hue: 0.56 , saturation: 0.82 and the lightness value of 5abdef is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111101 11101111
Octal 132 275 357
Decimal 90 189 239
Hex 5A BD EF

RGB Percentages of Color #5abdef

%17.37
%36.49
%46.14

CMYK Percentages of Color #5abdef

%62
%21
%0
%6

Triadic Colors of #5abdef

#5abdef #ef5abd #bdef5a

Analogous Colors of #5abdef

#5abdef #5a73ef #5aefd7

Monochromatic Colors of #5abdef

#5abdef

Complementary Color

#5abdef #ef8c5a

#5abdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abdef Color CSS Codes

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

#5abdef Text Font Color

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

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


#5abdef Background Color

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

This div background color is #5abdef


#5abdef Border Color

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

This div border color is #5abdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abdef


Comments

No comments written yet.

Please login to write comment.