Color Hex Logo

#abb693 Color Hex

#ABB693
(171,182,147)
0 Favorites   0 Comments

Color spaces of #abb693

RGB 171182147
HSL0.220.190.65
HSV79°19°71°
CMYK 0.060.000.19   0.29
XYZ38.789044.220434.0948
Yxy44.22040.33120.3776
Hunter Lab66.4984-12.251916.1500
CIE-Lab72.3756-10.054916.5593

#abb693 color RGB value is (171,182,147).

#abb693 hex color red value is 171, green value is 182 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abb693 hue: 0.22 , saturation: 0.19 and the lightness value of abb693 is 0.65.

The process color (four color CMYK) of #abb693 color hex is 0.06, 0.00, 0.19, 0.29. Web safe color of #abb693 is #99cc99. Color #abb693 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10010011
Octal 253 266 223
Decimal 171 182 147
Hex AB B6 93

RGB Percentages of Color #abb693

%34.20
%36.40
%29.40

CMYK Percentages of Color #abb693

%6
%0
%19
%29

Triadic Colors of #abb693

#abb693 #93abb6 #b693ab

Analogous Colors of #abb693

#abb693 #9ab693 #b6b093

Monochromatic Colors of #abb693

#abb693

Complementary Color

#abb693 #9e93b6

#abb693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb693 Color CSS Codes

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

#abb693 Text Font Color

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

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


#abb693 Background Color

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

This div background color is #abb693


#abb693 Border Color

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

This div border color is #abb693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb693


Comments

No comments written yet.

Please login to write comment.