Color Hex Logo

#5aefe3 Color Hex

#5AEFE3
(90,239,227)
0 Favorites   0 Comments

Color spaces of #5aefe3

RGB 90239227
HSL0.490.820.65
HSV175°62°94°
CMYK 0.620.000.05   0.06
XYZ48.948169.452783.4989
Yxy69.45270.24240.3440
Hunter Lab83.3383-41.0014-1.0675
CIE-Lab86.7277-42.0152-5.9475

#5aefe3 color RGB value is (90,239,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11100011
Octal 132 357 343
Decimal 90 239 227
Hex 5A EF E3

RGB Percentages of Color #5aefe3

%16.19
%42.99
%40.83

CMYK Percentages of Color #5aefe3

%62
%0
%5
%6

Triadic Colors of #5aefe3

#5aefe3 #e35aef #efe35a

Analogous Colors of #5aefe3

#5aefe3 #5ab1ef #5aef99

Monochromatic Colors of #5aefe3

#5aefe3

Complementary Color

#5aefe3 #ef5a66

#5aefe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefe3 Color CSS Codes

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

#5aefe3 Text Font Color

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

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


#5aefe3 Background Color

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

This div background color is #5aefe3


#5aefe3 Border Color

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

This div border color is #5aefe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefe3


Comments

No comments written yet.

Please login to write comment.