Color Hex Logo

#5aeffc Color Hex

#5AEFFC
(90,239,252)
0 Favorites   0 Comments

Color spaces of #5aeffc

RGB 90239252
HSL0.510.960.67
HSV185°64°99°
CMYK 0.640.050.00   0.01
XYZ52.653670.9349103.0121
Yxy70.93490.23240.3130
Hunter Lab84.2229-35.7972-13.5610
CIE-Lab87.4534-35.2747-17.9709

#5aeffc color RGB value is (90,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11111100
Octal 132 357 374
Decimal 90 239 252
Hex 5A EF FC

RGB Percentages of Color #5aeffc

%15.49
%41.14
%43.37

CMYK Percentages of Color #5aeffc

%64
%5
%0
%1

Triadic Colors of #5aeffc

#5aeffc #fc5aef #effc5a

Analogous Colors of #5aeffc

#5aeffc #5a9efc #5afcb8

Monochromatic Colors of #5aeffc

#5aeffc

Complementary Color

#5aeffc #fc675a

#5aeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aeffc Color CSS Codes

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

#5aeffc Text Font Color

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

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


#5aeffc Background Color

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

This div background color is #5aeffc


#5aeffc Border Color

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

This div border color is #5aeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.