Color Hex Logo

#5af3ed Color Hex

#5AF3ED
(90,243,237)
0 Favorites   0 Comments

Color spaces of #5af3ed

RGB 90243237
HSL0.490.860.65
HSV178°63°95°
CMYK 0.630.000.02   0.05
XYZ51.553172.389391.3762
Yxy72.38930.23940.3362
Hunter Lab85.0819-40.7360-4.1189
CIE-Lab88.1556-41.1828-9.0702

#5af3ed color RGB value is (90,243,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110011 11101101
Octal 132 363 355
Decimal 90 243 237
Hex 5A F3 ED

RGB Percentages of Color #5af3ed

%15.79
%42.63
%41.58

CMYK Percentages of Color #5af3ed

%63
%0
%2
%5

Triadic Colors of #5af3ed

#5af3ed #ed5af3 #f3ed5a

Analogous Colors of #5af3ed

#5af3ed #5aadf3 #5af3a1

Monochromatic Colors of #5af3ed

#5af3ed

Complementary Color

#5af3ed #f35a60

#5af3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af3ed Color CSS Codes

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

#5af3ed Text Font Color

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

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


#5af3ed Background Color

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

This div background color is #5af3ed


#5af3ed Border Color

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

This div border color is #5af3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af3ed

Related Colors


Comments

No comments written yet.

Please login to write comment.