Color Hex Logo

#afbe33 Color Hex

#AFBE33
(175,190,51)
0 Favorites   0 Comments

Color spaces of #afbe33

RGB 17519051
HSL0.180.580.47
HSV66°73°75°
CMYK 0.080.000.73   0.25
XYZ36.690246.179910.1118
Yxy46.17990.39460.4967
Hunter Lab67.9558-22.548238.7467
CIE-Lab73.6621-22.413964.0195

#afbe33 color RGB value is (175,190,51).

#afbe33 hex color red value is 175, green value is 190 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afbe33 hue: 0.18 , saturation: 0.58 and the lightness value of afbe33 is 0.47.

The process color (four color CMYK) of #afbe33 color hex is 0.08, 0.00, 0.73, 0.25. Web safe color of #afbe33 is #99cc33. Color #afbe33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00110011
Octal 257 276 63
Decimal 175 190 51
Hex AF BE 33

RGB Percentages of Color #afbe33

%42.07
%45.67
%12.26

CMYK Percentages of Color #afbe33

%8
%0
%73
%25

Triadic Colors of #afbe33

#afbe33 #33afbe #be33af

Analogous Colors of #afbe33

#afbe33 #6abe33 #be8833

Monochromatic Colors of #afbe33

#afbe33

Complementary Color

#afbe33 #4233be

#afbe33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe33 Color CSS Codes

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

#afbe33 Text Font Color

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

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


#afbe33 Background Color

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

This div background color is #afbe33


#afbe33 Border Color

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

This div border color is #afbe33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe33


Comments

No comments written yet.

Please login to write comment.