Color Hex Logo

#5aeefb Color Hex

#5AEEFB
(90,238,251)
0 Favorites   0 Comments

Color spaces of #5aeefb

RGB 90238251
HSL0.510.950.67
HSV185°64°98°
CMYK 0.640.050.00   0.02
XYZ52.203670.2878102.0823
Yxy70.28780.23250.3130
Hunter Lab83.8378-35.5689-13.5060
CIE-Lab87.1378-35.0878-17.9224

#5aeefb color RGB value is (90,238,251).

#5aeefb hex color red value is 90, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5aeefb hue: 0.51 , saturation: 0.95 and the lightness value of 5aeefb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11111011
Octal 132 356 373
Decimal 90 238 251
Hex 5A EE FB

RGB Percentages of Color #5aeefb

%15.54
%41.11
%43.35

CMYK Percentages of Color #5aeefb

%64
%5
%0
%2

Triadic Colors of #5aeefb

#5aeefb #fb5aee #eefb5a

Analogous Colors of #5aeefb

#5aeefb #5a9efb #5afbb8

Monochromatic Colors of #5aeefb

#5aeefb

Complementary Color

#5aeefb #fb675a

#5aeefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeefb Color CSS Codes

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

#5aeefb Text Font Color

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

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


#5aeefb Background Color

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

This div background color is #5aeefb


#5aeefb Border Color

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

This div border color is #5aeefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeefb


Comments

No comments written yet.

Please login to write comment.