Color Hex Logo

#abd692 Color Hex

#ABD692
(171,214,146)
0 Favorites   0 Comments

Color spaces of #abd692

RGB 171214146
HSL0.270.450.71
HSV98°32°84°
CMYK 0.200.000.32   0.16
XYZ46.029558.826436.1227
Yxy58.82640.32650.4173
Hunter Lab76.6984-27.097825.7650
CIE-Lab81.1961-26.301329.1261

#abd692 color RGB value is (171,214,146).

#abd692 hex color red value is 171, green value is 214 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #abd692 hue: 0.27 , saturation: 0.45 and the lightness value of abd692 is 0.71.

The process color (four color CMYK) of #abd692 color hex is 0.20, 0.00, 0.32, 0.16. Web safe color of #abd692 is #99cc99. Color #abd692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 10010010
Octal 253 326 222
Decimal 171 214 146
Hex AB D6 92

RGB Percentages of Color #abd692

%32.20
%40.30
%27.50

CMYK Percentages of Color #abd692

%20
%0
%32
%16

Triadic Colors of #abd692

#abd692 #92abd6 #d692ab

Analogous Colors of #abd692

#abd692 #92d69b #cdd692

Monochromatic Colors of #abd692

#abd692

Complementary Color

#abd692 #bd92d6

#abd692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd692 Color CSS Codes

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

#abd692 Text Font Color

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

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


#abd692 Background Color

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

This div background color is #abd692


#abd692 Border Color

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

This div border color is #abd692


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,214,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 #abd692">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd692


Comments

No comments written yet.

Please login to write comment.