Color Hex Logo

#abcb67 Color Hex

#ABCB67
(171,203,103)
0 Favorites   0 Comments

Color spaces of #abcb67

RGB 171203103
HSL0.220.490.60
HSV79°49°80°
CMYK 0.160.000.49   0.20
XYZ40.598752.349120.7966
Yxy52.34910.35690.4602
Hunter Lab72.3527-26.456933.6049
CIE-Lab77.4891-26.415846.0089

#abcb67 color RGB value is (171,203,103).

#abcb67 hex color red value is 171, green value is 203 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #abcb67 hue: 0.22 , saturation: 0.49 and the lightness value of abcb67 is 0.60.

The process color (four color CMYK) of #abcb67 color hex is 0.16, 0.00, 0.49, 0.20. Web safe color of #abcb67 is #99cc66. Color #abcb67 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01100111
Octal 253 313 147
Decimal 171 203 103
Hex AB CB 67

RGB Percentages of Color #abcb67

%35.85
%42.56
%21.59

CMYK Percentages of Color #abcb67

%16
%0
%49
%20

Triadic Colors of #abcb67

#abcb67 #67abcb #cb67ab

Analogous Colors of #abcb67

#abcb67 #79cb67 #cbb967

Monochromatic Colors of #abcb67

#abcb67

Complementary Color

#abcb67 #8767cb

#abcb67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb67 Color CSS Codes

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

#abcb67 Text Font Color

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

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


#abcb67 Background Color

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

This div background color is #abcb67


#abcb67 Border Color

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

This div border color is #abcb67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,203,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 #abcb67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb67


Comments

No comments written yet.

Please login to write comment.