Color Hex Logo

#abc46b Color Hex

#ABC46B
(171,196,107)
0 Favorites   0 Comments

Color spaces of #abc46b

RGB 171196107
HSL0.210.430.59
HSV77°45°77°
CMYK 0.130.000.45   0.23
XYZ39.188449.199321.3409
Yxy49.19930.35710.4484
Hunter Lab70.1422-23.021131.0605
CIE-Lab75.5751-22.577641.7128

#abc46b color RGB value is (171,196,107).

#abc46b hex color red value is 171, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #abc46b hue: 0.21 , saturation: 0.43 and the lightness value of abc46b is 0.59.

The process color (four color CMYK) of #abc46b color hex is 0.13, 0.00, 0.45, 0.23. Web safe color of #abc46b is #99cc66. Color #abc46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 01101011
Octal 253 304 153
Decimal 171 196 107
Hex AB C4 6B

RGB Percentages of Color #abc46b

%36.08
%41.35
%22.57

CMYK Percentages of Color #abc46b

%13
%0
%45
%23

Triadic Colors of #abc46b

#abc46b #6babc4 #c46bab

Analogous Colors of #abc46b

#abc46b #7fc46b #c4b16b

Monochromatic Colors of #abc46b

#abc46b

Complementary Color

#abc46b #846bc4

#abc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc46b Color CSS Codes

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

#abc46b Text Font Color

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

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


#abc46b Background Color

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

This div background color is #abc46b


#abc46b Border Color

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

This div border color is #abc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc46b


Comments

No comments written yet.

Please login to write comment.