Color Hex Logo

#abb375 Color Hex

#ABB375
(171,179,117)
0 Favorites   0 Comments

Color spaces of #abb375

RGB 171179117
HSL0.190.290.58
HSV68°35°70°
CMYK 0.040.000.35   0.30
XYZ36.125642.182523.0676
Yxy42.18250.35640.4161
Hunter Lab64.9481-14.373324.4056
CIE-Lab70.9966-12.801530.7663

#abb375 color RGB value is (171,179,117).

#abb375 hex color red value is 171, green value is 179 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #abb375 hue: 0.19 , saturation: 0.29 and the lightness value of abb375 is 0.58.

The process color (four color CMYK) of #abb375 color hex is 0.04, 0.00, 0.35, 0.30. Web safe color of #abb375 is #99cc66. Color #abb375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 01110101
Octal 253 263 165
Decimal 171 179 117
Hex AB B3 75

RGB Percentages of Color #abb375

%36.62
%38.33
%25.05

CMYK Percentages of Color #abb375

%4
%0
%35
%30

Triadic Colors of #abb375

#abb375 #75abb3 #b375ab

Analogous Colors of #abb375

#abb375 #8cb375 #b39c75

Monochromatic Colors of #abb375

#abb375

Complementary Color

#abb375 #7d75b3

#abb375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb375 Color CSS Codes

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

#abb375 Text Font Color

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

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


#abb375 Background Color

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

This div background color is #abb375


#abb375 Border Color

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

This div border color is #abb375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb375


Comments

No comments written yet.

Please login to write comment.