Color Hex Logo

#95e28d Color Hex

#95E28D
(149,226,141)
0 Favorites   0 Comments

Color spaces of #95e28d

RGB 149226141
HSL0.320.590.72
HSV114°38°89°
CMYK 0.340.000.38   0.11
XYZ44.398562.705434.9626
Yxy62.70540.31250.4414
Hunter Lab79.1867-38.495229.2529
CIE-Lab83.2871-40.008034.2297

#95e28d color RGB value is (149,226,141).

#95e28d hex color red value is 149, green value is 226 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #95e28d hue: 0.32 , saturation: 0.59 and the lightness value of 95e28d is 0.72.

The process color (four color CMYK) of #95e28d color hex is 0.34, 0.00, 0.38, 0.11. Web safe color of #95e28d is #99cc99. Color #95e28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11100010 10001101
Octal 225 342 215
Decimal 149 226 141
Hex 95 E2 8D

RGB Percentages of Color #95e28d

%28.88
%43.80
%27.33

CMYK Percentages of Color #95e28d

%34
%0
%38
%11

Triadic Colors of #95e28d

#95e28d #8d95e2 #e28d95

Analogous Colors of #95e28d

#95e28d #8de2b0 #c0e28d

Monochromatic Colors of #95e28d

#95e28d

Complementary Color

#95e28d #da8de2

#95e28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e28d Color CSS Codes

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

#95e28d Text Font Color

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

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


#95e28d Background Color

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

This div background color is #95e28d


#95e28d Border Color

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

This div border color is #95e28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e28d


Comments

No comments written yet.

Please login to write comment.