Color Hex Logo

#5ffbad Color Hex

#5FFBAD
(95,251,173)
0 Favorites   0 Comments

Color spaces of #5ffbad

RGB 95251173
HSL0.420.950.68
HSV150°62°98°
CMYK 0.620.000.31   0.02
XYZ46.759374.444451.4399
Yxy74.44440.27080.4312
Hunter Lab86.2812-54.255625.0488
CIE-Lab89.1321-58.444025.4948

#5ffbad color RGB value is (95,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111011 10101101
Octal 137 373 255
Decimal 95 251 173
Hex 5F FB AD

RGB Percentages of Color #5ffbad

%18.30
%48.36
%33.33

CMYK Percentages of Color #5ffbad

%62
%0
%31
%2

Triadic Colors of #5ffbad

#5ffbad #ad5ffb #fbad5f

Analogous Colors of #5ffbad

#5ffbad #5ffbfb #5ffb5f

Monochromatic Colors of #5ffbad

#5ffbad

Complementary Color

#5ffbad #fb5fad

#5ffbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffbad Color CSS Codes

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

#5ffbad Text Font Color

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

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


#5ffbad Background Color

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

This div background color is #5ffbad


#5ffbad Border Color

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

This div border color is #5ffbad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,251,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffbad


Comments

No comments written yet.

Please login to write comment.