Color Hex Logo

#95eda1 Color Hex

#95EDA1
(149,237,161)
0 Favorites   0 Comments

Color spaces of #95eda1

RGB 149237161
HSL0.360.710.76
HSV128°37°93°
CMYK 0.370.000.32   0.07
XYZ49.111669.531144.5506
Yxy69.53110.30090.4261
Hunter Lab83.3853-40.792826.6926
CIE-Lab86.7664-41.736028.7057

#95eda1 color RGB value is (149,237,161).

#95eda1 hex color red value is 149, green value is 237 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #95eda1 hue: 0.36 , saturation: 0.71 and the lightness value of 95eda1 is 0.76.

The process color (four color CMYK) of #95eda1 color hex is 0.37, 0.00, 0.32, 0.07. Web safe color of #95eda1 is #99ff99. Color #95eda1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101101 10100001
Octal 225 355 241
Decimal 149 237 161
Hex 95 ED A1

RGB Percentages of Color #95eda1

%27.24
%43.33
%29.43

CMYK Percentages of Color #95eda1

%37
%0
%32
%7

Triadic Colors of #95eda1

#95eda1 #a195ed #eda195

Analogous Colors of #95eda1

#95eda1 #95edcd #b5ed95

Monochromatic Colors of #95eda1

#95eda1

Complementary Color

#95eda1 #ed95e1

#95eda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95eda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95eda1 Color CSS Codes

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

#95eda1 Text Font Color

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

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


#95eda1 Background Color

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

This div background color is #95eda1


#95eda1 Border Color

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

This div border color is #95eda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95eda1


Comments

No comments written yet.

Please login to write comment.