Color Hex Logo

#abef92 Color Hex

#ABEF92
(171,239,146)
0 Favorites   0 Comments

Color spaces of #abef92

RGB 171239146
HSL0.290.740.75
HSV104°39°94°
CMYK 0.280.000.39   0.06
XYZ52.849472.466338.3961
Yxy72.46630.32280.4426
Hunter Lab85.1271-38.154532.8466
CIE-Lab88.1926-37.952438.3434

#abef92 color RGB value is (171,239,146).

#abef92 hex color red value is 171, green value is 239 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #abef92 hue: 0.29 , saturation: 0.74 and the lightness value of abef92 is 0.75.

The process color (four color CMYK) of #abef92 color hex is 0.28, 0.00, 0.39, 0.06. Web safe color of #abef92 is #99ff99. Color #abef92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 10010010
Octal 253 357 222
Decimal 171 239 146
Hex AB EF 92

RGB Percentages of Color #abef92

%30.76
%42.99
%26.26

CMYK Percentages of Color #abef92

%28
%0
%39
%6

Triadic Colors of #abef92

#abef92 #92abef #ef92ab

Analogous Colors of #abef92

#abef92 #92efa8 #daef92

Monochromatic Colors of #abef92

#abef92

Complementary Color

#abef92 #d692ef

#abef92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abef92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abef92 Color CSS Codes

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

#abef92 Text Font Color

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

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


#abef92 Background Color

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

This div background color is #abef92


#abef92 Border Color

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

This div border color is #abef92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abef92


Comments

No comments written yet.

Please login to write comment.