Color Hex Logo

#95fade Color Hex

#95FADE
(149,250,222)
0 Favorites   0 Comments

Color spaces of #95fade

RGB 149250222
HSL0.450.910.78
HSV163°40°98°
CMYK 0.400.000.11   0.02
XYZ59.764880.034781.4055
Yxy80.03470.27020.3618
Hunter Lab89.4621-37.31258.6729
CIE-Lab91.7004-35.86924.1690

#95fade color RGB value is (149,250,222).

#95fade hex color red value is 149, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95fade hue: 0.45 , saturation: 0.91 and the lightness value of 95fade is 0.78.

The process color (four color CMYK) of #95fade color hex is 0.40, 0.00, 0.11, 0.02. Web safe color of #95fade is #99ffcc. Color #95fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111010 11011110
Octal 225 372 336
Decimal 149 250 222
Hex 95 FA DE

RGB Percentages of Color #95fade

%23.99
%40.26
%35.75

CMYK Percentages of Color #95fade

%40
%0
%11
%2

Triadic Colors of #95fade

#95fade #de95fa #fade95

Analogous Colors of #95fade

#95fade #95e4fa #95faac

Monochromatic Colors of #95fade

#95fade

Complementary Color

#95fade #fa95b1

#95fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fade Color CSS Codes

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

#95fade Text Font Color

<p style="color:#95fade">Text here</p>

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


#95fade Background Color

<div style="background-color:#95fade">
Div content here</div>

This div background color is #95fade


#95fade Border Color

<div style="border:3px solid #95fade">
Div here</div>

This div border color is #95fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fade


Comments

No comments written yet.

Please login to write comment.