Color Hex Logo

#5af4de Color Hex

#5AF4DE
(90,244,222)
0 Favorites   0 Comments

Color spaces of #5af4de

RGB 90244222
HSL0.480.880.65
HSV171°63°96°
CMYK 0.630.000.09   0.04
XYZ49.751972.149080.4112
Yxy72.14900.24590.3566
Hunter Lab84.9406-44.09393.3300
CIE-Lab88.0403-45.4908-1.3996

#5af4de color RGB value is (90,244,222).

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

The process color (four color CMYK) of #5af4de color hex is 0.63, 0.00, 0.09, 0.04. Web safe color of #5af4de is #66ffcc. Color #5af4de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11110100 11011110
Octal 132 364 336
Decimal 90 244 222
Hex 5A F4 DE

RGB Percentages of Color #5af4de

%16.19
%43.88
%39.93

CMYK Percentages of Color #5af4de

%63
%0
%9
%4

Triadic Colors of #5af4de

#5af4de #de5af4 #f4de5a

Analogous Colors of #5af4de

#5af4de #5abdf4 #5af491

Monochromatic Colors of #5af4de

#5af4de

Complementary Color

#5af4de #f45a70

#5af4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5af4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5af4de Color CSS Codes

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

#5af4de Text Font Color

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

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


#5af4de Background Color

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

This div background color is #5af4de


#5af4de Border Color

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

This div border color is #5af4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5af4de


Comments

No comments written yet.

Please login to write comment.