Color Hex Logo

#5aebfc Color Hex

#5AEBFC
(90,235,252)
0 Favorites   0 Comments

Color spaces of #5aebfc

RGB 90235252
HSL0.520.960.67
HSV186°64°99°
CMYK 0.640.070.00   0.01
XYZ51.495568.6186102.6261
Yxy68.61860.23120.3081
Hunter Lab82.8363-33.9985-15.4690
CIE-Lab86.3148-33.4002-19.6883

#5aebfc color RGB value is (90,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101011 11111100
Octal 132 353 374
Decimal 90 235 252
Hex 5A EB FC

RGB Percentages of Color #5aebfc

%15.60
%40.73
%43.67

CMYK Percentages of Color #5aebfc

%64
%7
%0
%1

Triadic Colors of #5aebfc

#5aebfc #fc5aeb #ebfc5a

Analogous Colors of #5aebfc

#5aebfc #5a9afc #5afcbc

Monochromatic Colors of #5aebfc

#5aebfc

Complementary Color

#5aebfc #fc6b5a

#5aebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aebfc Color CSS Codes

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

#5aebfc Text Font Color

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

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


#5aebfc Background Color

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

This div background color is #5aebfc


#5aebfc Border Color

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

This div border color is #5aebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.