Color Hex Logo

#95feab Color Hex

#95FEAB
(149,254,171)
0 Favorites   0 Comments

Color spaces of #95feab

RGB 149254171
HSL0.370.980.79
HSV133°41°100°
CMYK 0.410.000.33   0.00
XYZ55.186980.213551.1022
Yxy80.21350.29590.4301
Hunter Lab89.5620-46.744228.8638
CIE-Lab91.7806-47.443630.4027

#95feab color RGB value is (149,254,171).

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

The process color (four color CMYK) of #95feab color hex is 0.41, 0.00, 0.33, 0.00. Web safe color of #95feab is #99ff99. Color #95feab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11111110 10101011
Octal 225 376 253
Decimal 149 254 171
Hex 95 FE AB

RGB Percentages of Color #95feab

%25.96
%44.25
%29.79

CMYK Percentages of Color #95feab

%41
%0
%33
%0

Triadic Colors of #95feab

#95feab #ab95fe #feab95

Analogous Colors of #95feab

#95feab #95fee0 #b4fe95

Monochromatic Colors of #95feab

#95feab

Complementary Color

#95feab #fe95e8

#95feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#95feab Color CSS Codes

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

#95feab Text Font Color

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

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


#95feab Background Color

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

This div background color is #95feab


#95feab Border Color

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

This div border color is #95feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95feab


Comments

No comments written yet.

Please login to write comment.