Color Hex Logo

#5aedef Color Hex

#5AEDEF
(90,237,239)
0 Favorites   0 Comments

Color spaces of #5aedef

RGB 90237239
HSL0.500.820.65
HSV181°62°94°
CMYK 0.620.010.00   0.06
XYZ50.080668.974092.3351
Yxy68.97400.23690.3263
Hunter Lab83.0506-37.7007-7.7828
CIE-Lab86.4912-37.9282-12.5976

#5aedef color RGB value is (90,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101101 11101111
Octal 132 355 357
Decimal 90 237 239
Hex 5A ED EF

RGB Percentages of Color #5aedef

%15.90
%41.87
%42.23

CMYK Percentages of Color #5aedef

%62
%1
%0
%6

Triadic Colors of #5aedef

#5aedef #ef5aed #edef5a

Analogous Colors of #5aedef

#5aedef #5aa3ef #5aefa7

Monochromatic Colors of #5aedef

#5aedef

Complementary Color

#5aedef #ef5c5a

#5aedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aedef Color CSS Codes

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

#5aedef Text Font Color

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

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


#5aedef Background Color

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

This div background color is #5aedef


#5aedef Border Color

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

This div border color is #5aedef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aedef


Comments

No comments written yet.

Please login to write comment.