Color Hex Logo

#95fedc Color Hex

#95FEDC
(149,254,220)
0 Favorites   0 Comments

Color spaces of #95fedc

RGB 149254220
HSL0.450.980.79
HSV161°41°100°
CMYK 0.410.000.13   0.00
XYZ60.754582.440580.4207
Yxy82.44050.27170.3687
Hunter Lab90.7968-39.455311.0433
CIE-Lab92.7689-38.12326.7462

#95fedc color RGB value is (149,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 11011100
Octal 225 376 334
Decimal 149 254 220
Hex 95 FE DC

RGB Percentages of Color #95fedc

%23.92
%40.77
%35.31

CMYK Percentages of Color #95fedc

%41
%0
%13
%0

Triadic Colors of #95fedc

#95fedc #dc95fe #fedc95

Analogous Colors of #95fedc

#95fedc #95ecfe #95fea8

Monochromatic Colors of #95fedc

#95fedc

Complementary Color

#95fedc #fe95b7

#95fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95fedc Color CSS Codes

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

#95fedc Text Font Color

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

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


#95fedc Background Color

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

This div background color is #95fedc


#95fedc Border Color

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

This div border color is #95fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95fedc


Comments

No comments written yet.

Please login to write comment.