Color Hex Logo

#afdd64 Color Hex

#AFDD64
(175,221,100)
0 Favorites   0 Comments

Color spaces of #afdd64

RGB 175221100
HSL0.230.640.63
HSV83°55°87°
CMYK 0.210.000.55   0.13
XYZ45.835961.747021.5591
Yxy61.74700.35490.4781
Hunter Lab78.5793-33.393238.7386
CIE-Lab82.7787-33.674253.7381

#afdd64 color RGB value is (175,221,100).

#afdd64 hex color red value is 175, green value is 221 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afdd64 hue: 0.23 , saturation: 0.64 and the lightness value of afdd64 is 0.63.

The process color (four color CMYK) of #afdd64 color hex is 0.21, 0.00, 0.55, 0.13. Web safe color of #afdd64 is #99cc66. Color #afdd64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01100100
Octal 257 335 144
Decimal 175 221 100
Hex AF DD 64

RGB Percentages of Color #afdd64

%35.28
%44.56
%20.16

CMYK Percentages of Color #afdd64

%21
%0
%55
%13

Triadic Colors of #afdd64

#afdd64 #64afdd #dd64af

Analogous Colors of #afdd64

#afdd64 #73dd64 #ddcf64

Monochromatic Colors of #afdd64

#afdd64

Complementary Color

#afdd64 #9264dd

#afdd64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd64 Color CSS Codes

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

#afdd64 Text Font Color

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

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


#afdd64 Background Color

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

This div background color is #afdd64


#afdd64 Border Color

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

This div border color is #afdd64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd64


Comments

No comments written yet.

Please login to write comment.