Color Hex Logo

#abcb22 Color Hex

#ABCB22
(171,203,34)
0 Favorites   0 Comments

Color spaces of #abcb22

RGB 17120334
HSL0.200.710.46
HSV71°83°80°
CMYK 0.160.000.83   0.20
XYZ38.439351.48539.4251
Yxy51.48530.38690.5182
Hunter Lab71.7533-29.943142.4393
CIE-Lab76.9720-30.985271.8247

#abcb22 color RGB value is (171,203,34).

#abcb22 hex color red value is 171, green value is 203 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abcb22 hue: 0.20 , saturation: 0.71 and the lightness value of abcb22 is 0.46.

The process color (four color CMYK) of #abcb22 color hex is 0.16, 0.00, 0.83, 0.20. Web safe color of #abcb22 is #99cc33. Color #abcb22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 00100010
Octal 253 313 42
Decimal 171 203 34
Hex AB CB 22

RGB Percentages of Color #abcb22

%41.91
%49.75
%8.33

CMYK Percentages of Color #abcb22

%16
%0
%83
%20

Triadic Colors of #abcb22

#abcb22 #22abcb #cb22ab

Analogous Colors of #abcb22

#abcb22 #57cb22 #cb9722

Monochromatic Colors of #abcb22

#abcb22

Complementary Color

#abcb22 #4222cb

#abcb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb22 Color CSS Codes

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

#abcb22 Text Font Color

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

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


#abcb22 Background Color

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

This div background color is #abcb22


#abcb22 Border Color

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

This div border color is #abcb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb22


Comments

No comments written yet.

Please login to write comment.