Color Hex Logo

#5aebfd Color Hex

#5AEBFD
(90,235,253)
0 Favorites   0 Comments

Color spaces of #5aebfd

RGB 90235253
HSL0.520.980.67
HSV187°64°99°
CMYK 0.640.070.00   0.01
XYZ51.654468.6822103.4630
Yxy68.68220.23080.3069
Hunter Lab82.8747-33.7748-16.0069
CIE-Lab86.3464-33.1176-20.1654

#5aebfd color RGB value is (90,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 11111101
Octal 132 353 375
Decimal 90 235 253
Hex 5A EB FD

RGB Percentages of Color #5aebfd

%15.57
%40.66
%43.77

CMYK Percentages of Color #5aebfd

%64
%7
%0
%1

Triadic Colors of #5aebfd

#5aebfd #fd5aeb #ebfd5a

Analogous Colors of #5aebfd

#5aebfd #5a9afd #5afdbe

Monochromatic Colors of #5aebfd

#5aebfd

Complementary Color

#5aebfd #fd6c5a

#5aebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebfd Color CSS Codes

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

#5aebfd Text Font Color

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

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


#5aebfd Background Color

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

This div background color is #5aebfd


#5aebfd Border Color

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

This div border color is #5aebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebfd


Comments

No comments written yet.

Please login to write comment.