Color Hex Logo

#5ffadf Color Hex

#5FFADF
(95,250,223)
0 Favorites   0 Comments

Color spaces of #5ffadf

RGB 95250223
HSL0.470.940.68
HSV170°62°98°
CMYK 0.620.000.11   0.02
XYZ52.224276.131881.7544
Yxy76.13180.24860.3623
Hunter Lab87.2535-45.85545.5242
CIE-Lab89.9205-47.02820.8412

#5ffadf color RGB value is (95,250,223).

#5ffadf hex color red value is 95, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5ffadf hue: 0.47 , saturation: 0.94 and the lightness value of 5ffadf is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 11011111
Octal 137 372 337
Decimal 95 250 223
Hex 5F FA DF

RGB Percentages of Color #5ffadf

%16.73
%44.01
%39.26

CMYK Percentages of Color #5ffadf

%62
%0
%11
%2

Triadic Colors of #5ffadf

#5ffadf #df5ffa #fadf5f

Analogous Colors of #5ffadf

#5ffadf #5fc8fa #5ffa92

Monochromatic Colors of #5ffadf

#5ffadf

Complementary Color

#5ffadf #fa5f7a

#5ffadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffadf Color CSS Codes

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

#5ffadf Text Font Color

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

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


#5ffadf Background Color

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

This div background color is #5ffadf


#5ffadf Border Color

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

This div border color is #5ffadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffadf


Comments

No comments written yet.

Please login to write comment.