Color Hex Logo

#afdd33 Color Hex

#AFDD33
(175,221,51)
0 Favorites   0 Comments

Color spaces of #afdd33

RGB 17522151
HSL0.210.710.53
HSV76°77°87°
CMYK 0.210.000.77   0.13
XYZ44.133261.065912.5928
Yxy61.06590.37470.5184
Hunter Lab78.1447-35.943045.1469
CIE-Lab82.4142-37.019572.2366

#afdd33 color RGB value is (175,221,51).

#afdd33 hex color red value is 175, green value is 221 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #afdd33 hue: 0.21 , saturation: 0.71 and the lightness value of afdd33 is 0.53.

The process color (four color CMYK) of #afdd33 color hex is 0.21, 0.00, 0.77, 0.13. Web safe color of #afdd33 is #99cc33. Color #afdd33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 00110011
Octal 257 335 63
Decimal 175 221 51
Hex AF DD 33

RGB Percentages of Color #afdd33

%39.15
%49.44
%11.41

CMYK Percentages of Color #afdd33

%21
%0
%77
%13

Triadic Colors of #afdd33

#afdd33 #33afdd #dd33af

Analogous Colors of #afdd33

#afdd33 #5add33 #ddb633

Monochromatic Colors of #afdd33

#afdd33

Complementary Color

#afdd33 #6133dd

#afdd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd33 Color CSS Codes

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

#afdd33 Text Font Color

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

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


#afdd33 Background Color

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

This div background color is #afdd33


#afdd33 Border Color

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

This div border color is #afdd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd33


Comments

No comments written yet.

Please login to write comment.