Color Hex Logo

#5afeaf Color Hex

#5AFEAF
(90,254,175)
0 Favorites   0 Comments

Color spaces of #5afeaf

RGB 90254175
HSL0.420.990.67
HSV151°65°100°
CMYK 0.650.000.31   0.00
XYZ47.396176.152452.7583
Yxy76.15240.26880.4319
Hunter Lab87.2653-55.766325.2406
CIE-Lab89.9301-60.099725.5510

#5afeaf color RGB value is (90,254,175).

#5afeaf hex color red value is 90, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5afeaf hue: 0.42 , saturation: 0.99 and the lightness value of 5afeaf is 0.67.

The process color (four color CMYK) of #5afeaf color hex is 0.65, 0.00, 0.31, 0.00. Web safe color of #5afeaf is #66ff99. Color #5afeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111110 10101111
Octal 132 376 257
Decimal 90 254 175
Hex 5A FE AF

RGB Percentages of Color #5afeaf

%17.34
%48.94
%33.72

CMYK Percentages of Color #5afeaf

%65
%0
%31
%0

Triadic Colors of #5afeaf

#5afeaf #af5afe #feaf5a

Analogous Colors of #5afeaf

#5afeaf #5afbfe #5afe5d

Monochromatic Colors of #5afeaf

#5afeaf

Complementary Color

#5afeaf #fe5aa9

#5afeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afeaf Color CSS Codes

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

#5afeaf Text Font Color

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

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


#5afeaf Background Color

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

This div background color is #5afeaf


#5afeaf Border Color

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

This div border color is #5afeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afeaf


Comments

No comments written yet.

Please login to write comment.