Color Hex Logo

#95ecab Color Hex

#95ECAB
(149,236,171)
0 Favorites   0 Comments

Color spaces of #95ecab

RGB 149236171
HSL0.380.700.75
HSV135°37°93°
CMYK 0.370.000.28   0.07
XYZ49.740669.320749.2867
Yxy69.32070.29550.4118
Hunter Lab83.2591-39.063923.1836
CIE-Lab86.6626-39.583223.4415

#95ecab color RGB value is (149,236,171).

#95ecab hex color red value is 149, green value is 236 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #95ecab hue: 0.38 , saturation: 0.70 and the lightness value of 95ecab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101100 10101011
Octal 225 354 253
Decimal 149 236 171
Hex 95 EC AB

RGB Percentages of Color #95ecab

%26.80
%42.45
%30.76

CMYK Percentages of Color #95ecab

%37
%0
%28
%7

Triadic Colors of #95ecab

#95ecab #ab95ec #ecab95

Analogous Colors of #95ecab

#95ecab #95ecd7 #abec95

Monochromatic Colors of #95ecab

#95ecab

Complementary Color

#95ecab #ec95d6

#95ecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ecab Color CSS Codes

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

#95ecab Text Font Color

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

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


#95ecab Background Color

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

This div background color is #95ecab


#95ecab Border Color

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

This div border color is #95ecab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,236,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 #95ecab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ecab


Comments

No comments written yet.

Please login to write comment.