Color Hex Logo

#abaf33 Color Hex

#ABAF33
(171,175,51)
0 Favorites   0 Comments

Color spaces of #abaf33

RGB 17117551
HSL0.170.550.44
HSV62°71°69°
CMYK 0.020.000.71   0.31
XYZ32.722139.55699.0426
Yxy39.55690.40240.4864
Hunter Lab62.8943-17.196535.5016
CIE-Lab69.1528-16.605459.5566

#abaf33 color RGB value is (171,175,51).

#abaf33 hex color red value is 171, green value is 175 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #abaf33 hue: 0.17 , saturation: 0.55 and the lightness value of abaf33 is 0.44.

The process color (four color CMYK) of #abaf33 color hex is 0.02, 0.00, 0.71, 0.31. Web safe color of #abaf33 is #999933. Color #abaf33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 00110011
Octal 253 257 63
Decimal 171 175 51
Hex AB AF 33

RGB Percentages of Color #abaf33

%43.07
%44.08
%12.85

CMYK Percentages of Color #abaf33

%2
%0
%71
%31

Triadic Colors of #abaf33

#abaf33 #33abaf #af33ab

Analogous Colors of #abaf33

#abaf33 #6daf33 #af7533

Monochromatic Colors of #abaf33

#abaf33

Complementary Color

#abaf33 #3733af

#abaf33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaf33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaf33 Color CSS Codes

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

#abaf33 Text Font Color

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

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


#abaf33 Background Color

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

This div background color is #abaf33


#abaf33 Border Color

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

This div border color is #abaf33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaf33


Comments

No comments written yet.

Please login to write comment.