Color Hex Logo

#abe195 Color Hex

#ABE195
(171,225,149)
0 Favorites   0 Comments

Color spaces of #abe195

RGB 171225149
HSL0.290.560.73
HSV103°34°88°
CMYK 0.240.000.34   0.12
XYZ49.144664.678338.3277
Yxy64.67830.32300.4251
Hunter Lab80.4228-31.662528.0397
CIE-Lab84.3177-31.091531.7465

#abe195 color RGB value is (171,225,149).

#abe195 hex color red value is 171, green value is 225 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #abe195 hue: 0.29 , saturation: 0.56 and the lightness value of abe195 is 0.73.

The process color (four color CMYK) of #abe195 color hex is 0.24, 0.00, 0.34, 0.12. Web safe color of #abe195 is #99cc99. Color #abe195 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 10010101
Octal 253 341 225
Decimal 171 225 149
Hex AB E1 95

RGB Percentages of Color #abe195

%31.38
%41.28
%27.34

CMYK Percentages of Color #abe195

%24
%0
%34
%12

Triadic Colors of #abe195

#abe195 #95abe1 #e195ab

Analogous Colors of #abe195

#abe195 #95e1a5 #d1e195

Monochromatic Colors of #abe195

#abe195

Complementary Color

#abe195 #cb95e1

#abe195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe195 Color CSS Codes

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

#abe195 Text Font Color

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

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


#abe195 Background Color

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

This div background color is #abe195


#abe195 Border Color

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

This div border color is #abe195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe195


Comments

No comments written yet.

Please login to write comment.