Color Hex Logo

#5aeefc Color Hex

#5AEEFC
(90,238,252)
0 Favorites   0 Comments

Color spaces of #5aeefc

RGB 90238252
HSL0.510.960.67
HSV185°64°99°
CMYK 0.640.060.00   0.01
XYZ52.361770.3510102.9148
Yxy70.35100.23210.3118
Hunter Lab83.8755-35.3484-14.0357
CIE-Lab87.1687-34.8080-18.3998

#5aeefc color RGB value is (90,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101110 11111100
Octal 132 356 374
Decimal 90 238 252
Hex 5A EE FC

RGB Percentages of Color #5aeefc

%15.52
%41.03
%43.45

CMYK Percentages of Color #5aeefc

%64
%6
%0
%1

Triadic Colors of #5aeefc

#5aeefc #fc5aee #eefc5a

Analogous Colors of #5aeefc

#5aeefc #5a9dfc #5afcb9

Monochromatic Colors of #5aeefc

#5aeefc

Complementary Color

#5aeefc #fc685a

#5aeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeefc Color CSS Codes

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

#5aeefc Text Font Color

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

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


#5aeefc Background Color

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

This div background color is #5aeefc


#5aeefc Border Color

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

This div border color is #5aeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeefc

Related Colors

#5aeefc Color Palettes


Comments

No comments written yet.

Please login to write comment.