Color Hex Logo

#abbf67 Color Hex

#ABBF67
(171,191,103)
0 Favorites   0 Comments

Color spaces of #abbf67

RGB 171191103
HSL0.200.410.58
HSV74°46°75°
CMYK 0.100.000.46   0.25
XYZ37.873646.898819.8882
Yxy46.89880.36190.4481
Hunter Lab68.4827-21.127330.7194
CIE-Lab74.1250-20.536241.9108

#abbf67 color RGB value is (171,191,103).

#abbf67 hex color red value is 171, green value is 191 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #abbf67 hue: 0.20 , saturation: 0.41 and the lightness value of abbf67 is 0.58.

The process color (four color CMYK) of #abbf67 color hex is 0.10, 0.00, 0.46, 0.25. Web safe color of #abbf67 is #99cc66. Color #abbf67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 01100111
Octal 253 277 147
Decimal 171 191 103
Hex AB BF 67

RGB Percentages of Color #abbf67

%36.77
%41.08
%22.15

CMYK Percentages of Color #abbf67

%10
%0
%46
%25

Triadic Colors of #abbf67

#abbf67 #67abbf #bf67ab

Analogous Colors of #abbf67

#abbf67 #7fbf67 #bfa767

Monochromatic Colors of #abbf67

#abbf67

Complementary Color

#abbf67 #7b67bf

#abbf67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf67 Color CSS Codes

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

#abbf67 Text Font Color

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

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


#abbf67 Background Color

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

This div background color is #abbf67


#abbf67 Border Color

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

This div border color is #abbf67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf67


Comments

No comments written yet.

Please login to write comment.