Color Hex Logo

#abc67f Color Hex

#ABC67F
(171,198,127)
0 Favorites   0 Comments

Color spaces of #abc67f

RGB 171198127
HSL0.230.380.64
HSV83°36°78°
CMYK 0.140.000.36   0.22
XYZ40.819450.578427.6899
Yxy50.57840.34280.4247
Hunter Lab71.1185-22.004926.6985
CIE-Lab76.4229-21.139032.6381

#abc67f color RGB value is (171,198,127).

#abc67f hex color red value is 171, green value is 198 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #abc67f hue: 0.23 , saturation: 0.38 and the lightness value of abc67f is 0.64.

The process color (four color CMYK) of #abc67f color hex is 0.14, 0.00, 0.36, 0.22. Web safe color of #abc67f is #99cc66. Color #abc67f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01111111
Octal 253 306 177
Decimal 171 198 127
Hex AB C6 7F

RGB Percentages of Color #abc67f

%34.48
%39.92
%25.60

CMYK Percentages of Color #abc67f

%14
%0
%36
%22

Triadic Colors of #abc67f

#abc67f #7fabc6 #c67fab

Analogous Colors of #abc67f

#abc67f #88c67f #c6be7f

Monochromatic Colors of #abc67f

#abc67f

Complementary Color

#abc67f #9a7fc6

#abc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc67f Color CSS Codes

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

#abc67f Text Font Color

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

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


#abc67f Background Color

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

This div background color is #abc67f


#abc67f Border Color

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

This div border color is #abc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc67f


Comments

No comments written yet.

Please login to write comment.