Color Hex Logo

#abc67b Color Hex

#ABC67B
(171,198,123)
0 Favorites   0 Comments

Color spaces of #abc67b

RGB 171198123
HSL0.230.400.63
HSV82°38°78°
CMYK 0.140.000.38   0.22
XYZ40.563850.476226.3438
Yxy50.47620.34560.4300
Hunter Lab71.0466-22.417627.7481
CIE-Lab76.3606-21.659534.6181

#abc67b color RGB value is (171,198,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01111011
Octal 253 306 173
Decimal 171 198 123
Hex AB C6 7B

RGB Percentages of Color #abc67b

%34.76
%40.24
%25.00

CMYK Percentages of Color #abc67b

%14
%0
%38
%22

Triadic Colors of #abc67b

#abc67b #7babc6 #c67bab

Analogous Colors of #abc67b

#abc67b #86c67b #c6bc7b

Monochromatic Colors of #abc67b

#abc67b

Complementary Color

#abc67b #967bc6

#abc67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc67b Color CSS Codes

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

#abc67b Text Font Color

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

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


#abc67b Background Color

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

This div background color is #abc67b


#abc67b Border Color

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

This div border color is #abc67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc67b


Comments

No comments written yet.

Please login to write comment.