Color Hex Logo

#95fecd Color Hex

#95FECD
(149,254,205)
0 Favorites   0 Comments

Color spaces of #95fecd

RGB 149254205
HSL0.420.980.79
HSV152°41°100°
CMYK 0.410.000.19   0.00
XYZ58.855781.681070.4216
Yxy81.68100.27900.3872
Hunter Lab90.3775-41.917917.0659
CIE-Lab92.4339-41.213713.9951

#95fecd color RGB value is (149,254,205).

#95fecd hex color red value is 149, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #95fecd hue: 0.42 , saturation: 0.98 and the lightness value of 95fecd is 0.79.

The process color (four color CMYK) of #95fecd color hex is 0.41, 0.00, 0.19, 0.00. Web safe color of #95fecd is #99ffcc. Color #95fecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 11001101
Octal 225 376 315
Decimal 149 254 205
Hex 95 FE CD

RGB Percentages of Color #95fecd

%24.51
%41.78
%33.72

CMYK Percentages of Color #95fecd

%41
%0
%19
%0

Triadic Colors of #95fecd

#95fecd #cd95fe #fecd95

Analogous Colors of #95fecd

#95fecd #95fbfe #95fe99

Monochromatic Colors of #95fecd

#95fecd

Complementary Color

#95fecd #fe95c6

#95fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fecd Color CSS Codes

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

#95fecd Text Font Color

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

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


#95fecd Background Color

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

This div background color is #95fecd


#95fecd Border Color

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

This div border color is #95fecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fecd

Related Colors


Comments

No comments written yet.

Please login to write comment.