Color Hex Logo

#abcb68 Color Hex

#ABCB68
(171,203,104)
0 Favorites   0 Comments

Color spaces of #abcb68

RGB 171203104
HSL0.220.490.60
HSV79°49°80°
CMYK 0.160.000.49   0.20
XYZ40.649252.369321.0625
Yxy52.36930.35630.4591
Hunter Lab72.3666-26.376033.4001
CIE-Lab77.5011-26.311545.5409

#abcb68 color RGB value is (171,203,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01101000
Octal 253 313 150
Decimal 171 203 104
Hex AB CB 68

RGB Percentages of Color #abcb68

%35.77
%42.47
%21.76

CMYK Percentages of Color #abcb68

%16
%0
%49
%20

Triadic Colors of #abcb68

#abcb68 #68abcb #cb68ab

Analogous Colors of #abcb68

#abcb68 #7acb68 #cbba68

Monochromatic Colors of #abcb68

#abcb68

Complementary Color

#abcb68 #8868cb

#abcb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb68 Color CSS Codes

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

#abcb68 Text Font Color

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

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


#abcb68 Background Color

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

This div background color is #abcb68


#abcb68 Border Color

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

This div border color is #abcb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb68


Comments

No comments written yet.

Please login to write comment.