Color Hex Logo

#5ffade Color Hex

#5FFADE
(95,250,222)
0 Favorites   0 Comments

Color spaces of #5ffade

RGB 95250222
HSL0.470.940.68
HSV169°62°98°
CMYK 0.620.000.11   0.02
XYZ52.089776.078081.0464
Yxy76.07800.24900.3636
Hunter Lab87.2227-46.03895.9643
CIE-Lab89.8955-47.27251.3244

#5ffade color RGB value is (95,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 11011110
Octal 137 372 336
Decimal 95 250 222
Hex 5F FA DE

RGB Percentages of Color #5ffade

%16.75
%44.09
%39.15

CMYK Percentages of Color #5ffade

%62
%0
%11
%2

Triadic Colors of #5ffade

#5ffade #de5ffa #fade5f

Analogous Colors of #5ffade

#5ffade #5fc9fa #5ffa91

Monochromatic Colors of #5ffade

#5ffade

Complementary Color

#5ffade #fa5f7b

#5ffade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffade Color CSS Codes

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

#5ffade Text Font Color

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

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


#5ffade Background Color

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

This div background color is #5ffade


#5ffade Border Color

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

This div border color is #5ffade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffade

Related Colors


Comments

No comments written yet.

Please login to write comment.