Color Hex Logo

#5aefde Color Hex

#5AEFDE
(90,239,222)
0 Favorites   0 Comments

Color spaces of #5aefde

RGB 90239222
HSL0.480.820.65
HSV173°62°94°
CMYK 0.620.000.07   0.06
XYZ48.267869.180679.9165
Yxy69.18060.24460.3505
Hunter Lab83.1749-41.96941.2551
CIE-Lab86.5934-43.3016-3.5227

#5aefde color RGB value is (90,239,222).

#5aefde hex color red value is 90, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5aefde hue: 0.48 , saturation: 0.82 and the lightness value of 5aefde is 0.65.

The process color (four color CMYK) of #5aefde color hex is 0.62, 0.00, 0.07, 0.06. Web safe color of #5aefde is #66ffcc. Color #5aefde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11011110
Octal 132 357 336
Decimal 90 239 222
Hex 5A EF DE

RGB Percentages of Color #5aefde

%16.33
%43.38
%40.29

CMYK Percentages of Color #5aefde

%62
%0
%7
%6

Triadic Colors of #5aefde

#5aefde #de5aef #efde5a

Analogous Colors of #5aefde

#5aefde #5ab6ef #5aef94

Monochromatic Colors of #5aefde

#5aefde

Complementary Color

#5aefde #ef5a6b

#5aefde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefde Color CSS Codes

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

#5aefde Text Font Color

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

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


#5aefde Background Color

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

This div background color is #5aefde


#5aefde Border Color

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

This div border color is #5aefde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefde


Comments

No comments written yet.

Please login to write comment.