Color Hex Logo

#5aedfc Color Hex

#5AEDFC
(90,237,252)
0 Favorites   0 Comments

Color spaces of #5aedfc

RGB 90237252
HSL0.520.960.67
HSV186°64°99°
CMYK 0.640.060.00   0.01
XYZ52.071369.7703102.8180
Yxy69.77030.23180.3106
Hunter Lab83.5286-34.8991-14.5119
CIE-Lab86.8841-34.3403-18.8290

#5aedfc color RGB value is (90,237,252).

#5aedfc hex color red value is 90, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5aedfc hue: 0.52 , saturation: 0.96 and the lightness value of 5aedfc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101101 11111100
Octal 132 355 374
Decimal 90 237 252
Hex 5A ED FC

RGB Percentages of Color #5aedfc

%15.54
%40.93
%43.52

CMYK Percentages of Color #5aedfc

%64
%6
%0
%1

Triadic Colors of #5aedfc

#5aedfc #fc5aed #edfc5a

Analogous Colors of #5aedfc

#5aedfc #5a9cfc #5afcba

Monochromatic Colors of #5aedfc

#5aedfc

Complementary Color

#5aedfc #fc695a

#5aedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aedfc Color CSS Codes

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

#5aedfc Text Font Color

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

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


#5aedfc Background Color

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

This div background color is #5aedfc


#5aedfc Border Color

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

This div border color is #5aedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aedfc


Comments

No comments written yet.

Please login to write comment.