Color Hex Logo

#5aafaf Color Hex

#5AAFAF
(90,175,175)
0 Favorites   0 Comments

Color spaces of #5aafaf

RGB 90175175
HSL0.500.350.52
HSV180°49°69°
CMYK 0.490.000.00   0.31
XYZ27.284335.928746.0543
Yxy35.92870.24970.3288
Hunter Lab59.9406-23.6447-3.5961
CIE-Lab66.4654-25.6208-7.9480

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

#5aafaf hex color red value is 90, green value is 175 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5aafaf hue: 0.50 , saturation: 0.35 and the lightness value of 5aafaf is 0.52.

The process color (four color CMYK) of #5aafaf color hex is 0.49, 0.00, 0.00, 0.31. Web safe color of #5aafaf is #669999. Color #5aafaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101111 10101111
Octal 132 257 257
Decimal 90 175 175
Hex 5A AF AF

RGB Percentages of Color #5aafaf

%20.45
%39.77
%39.77

CMYK Percentages of Color #5aafaf

%49
%0
%0
%31

Triadic Colors of #5aafaf

#5aafaf #af5aaf #afaf5a

Analogous Colors of #5aafaf

#5aafaf #5a85af #5aaf85

Monochromatic Colors of #5aafaf

#5aafaf

Complementary Color

#5aafaf #af5a5a

#5aafaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aafaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aafaf Color CSS Codes

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

#5aafaf Text Font Color

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

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


#5aafaf Background Color

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

This div background color is #5aafaf


#5aafaf Border Color

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

This div border color is #5aafaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aafaf


Comments

No comments written yet.

Please login to write comment.