Color Hex Logo

#abb264 Color Hex

#ABB264
(171,178,100)
0 Favorites   0 Comments

Color spaces of #abb264

RGB 171178100
HSL0.180.340.55
HSV65°44°70°
CMYK 0.040.000.44   0.30
XYZ35.015241.418818.2057
Yxy41.41880.37000.4376
Hunter Lab64.3574-15.508328.2780
CIE-Lab70.4683-14.274238.9009

#abb264 color RGB value is (171,178,100).

#abb264 hex color red value is 171, green value is 178 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #abb264 hue: 0.18 , saturation: 0.34 and the lightness value of abb264 is 0.55.

The process color (four color CMYK) of #abb264 color hex is 0.04, 0.00, 0.44, 0.30. Web safe color of #abb264 is #999966. Color #abb264 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110010 01100100
Octal 253 262 144
Decimal 171 178 100
Hex AB B2 64

RGB Percentages of Color #abb264

%38.08
%39.64
%22.27

CMYK Percentages of Color #abb264

%4
%0
%44
%30

Triadic Colors of #abb264

#abb264 #64abb2 #b264ab

Analogous Colors of #abb264

#abb264 #84b264 #b29264

Monochromatic Colors of #abb264

#abb264

Complementary Color

#abb264 #6b64b2

#abb264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb264 Color CSS Codes

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

#abb264 Text Font Color

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

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


#abb264 Background Color

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

This div background color is #abb264


#abb264 Border Color

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

This div border color is #abb264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb264


Comments

No comments written yet.

Please login to write comment.