Color Hex Logo

#5afabd Color Hex

#5AFABD
(90,250,189)
0 Favorites   0 Comments

Color spaces of #5afabd

RGB 90250189
HSL0.440.940.67
HSV157°64°98°
CMYK 0.640.000.24   0.02
XYZ47.587474.219059.9617
Yxy74.21900.26180.4083
Hunter Lab86.1504-52.164319.0388
CIE-Lab89.0259-55.669717.1455

#5afabd color RGB value is (90,250,189).

#5afabd hex color red value is 90, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5afabd hue: 0.44 , saturation: 0.94 and the lightness value of 5afabd is 0.67.

The process color (four color CMYK) of #5afabd color hex is 0.64, 0.00, 0.24, 0.02. Web safe color of #5afabd is #66ffcc. Color #5afabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111010 10111101
Octal 132 372 275
Decimal 90 250 189
Hex 5A FA BD

RGB Percentages of Color #5afabd

%17.01
%47.26
%35.73

CMYK Percentages of Color #5afabd

%64
%0
%24
%2

Triadic Colors of #5afabd

#5afabd #bd5afa #fabd5a

Analogous Colors of #5afabd

#5afabd #5ae7fa #5afa6d

Monochromatic Colors of #5afabd

#5afabd

Complementary Color

#5afabd #fa5a97

#5afabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afabd Color CSS Codes

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

#5afabd Text Font Color

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

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


#5afabd Background Color

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

This div background color is #5afabd


#5afabd Border Color

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

This div border color is #5afabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afabd


Comments

No comments written yet.

Please login to write comment.