Color Hex Logo

#95fadd Color Hex

#95FADD
(149,250,221)
0 Favorites   0 Comments

Color spaces of #95fadd

RGB 149250221
HSL0.450.910.78
HSV163°40°98°
CMYK 0.400.000.12   0.02
XYZ59.631279.981280.7016
Yxy79.98120.27070.3630
Hunter Lab89.4322-37.48709.1006
CIE-Lab91.6764-36.08514.6523

#95fadd color RGB value is (149,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111010 11011101
Octal 225 372 335
Decimal 149 250 221
Hex 95 FA DD

RGB Percentages of Color #95fadd

%24.03
%40.32
%35.65

CMYK Percentages of Color #95fadd

%40
%0
%12
%2

Triadic Colors of #95fadd

#95fadd #dd95fa #fadd95

Analogous Colors of #95fadd

#95fadd #95e5fa #95faab

Monochromatic Colors of #95fadd

#95fadd

Complementary Color

#95fadd #fa95b2

#95fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fadd Color CSS Codes

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

#95fadd Text Font Color

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

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


#95fadd Background Color

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

This div background color is #95fadd


#95fadd Border Color

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

This div border color is #95fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fadd

Related Colors


Comments

No comments written yet.

Please login to write comment.