Color Hex Logo

#5afbaf Color Hex

#5AFBAF
(90,251,175)
0 Favorites   0 Comments

Color spaces of #5afbaf

RGB 90251175
HSL0.420.950.67
HSV152°64°98°
CMYK 0.640.000.30   0.02
XYZ46.451574.263252.4434
Yxy74.26320.26830.4289
Hunter Lab86.1761-54.591324.2417
CIE-Lab89.0467-58.944024.3412

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111011 10101111
Octal 132 373 257
Decimal 90 251 175
Hex 5A FB AF

RGB Percentages of Color #5afbaf

%17.44
%48.64
%33.91

CMYK Percentages of Color #5afbaf

%64
%0
%30
%2

Triadic Colors of #5afbaf

#5afbaf #af5afb #fbaf5a

Analogous Colors of #5afbaf

#5afbaf #5af7fb #5afb5f

Monochromatic Colors of #5afbaf

#5afbaf

Complementary Color

#5afbaf #fb5aa6

#5afbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5afbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5afbaf Color CSS Codes

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

#5afbaf Text Font Color

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

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


#5afbaf Background Color

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

This div background color is #5afbaf


#5afbaf Border Color

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

This div border color is #5afbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5afbaf


Comments

No comments written yet.

Please login to write comment.