Color Hex Logo

#afdd7b Color Hex

#AFDD7B
(175,221,123)
0 Favorites   0 Comments

Color spaces of #afdd7b

RGB 175221123
HSL0.240.590.67
HSV88°44°87°
CMYK 0.210.000.44   0.13
XYZ47.110862.256928.2727
Yxy62.25690.34230.4523
Hunter Lab78.9030-31.503033.9872
CIE-Lab83.0498-31.240943.1810

#afdd7b color RGB value is (175,221,123).

#afdd7b hex color red value is 175, green value is 221 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #afdd7b hue: 0.24 , saturation: 0.59 and the lightness value of afdd7b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01111011
Octal 257 335 173
Decimal 175 221 123
Hex AF DD 7B

RGB Percentages of Color #afdd7b

%33.72
%42.58
%23.70

CMYK Percentages of Color #afdd7b

%21
%0
%44
%13

Triadic Colors of #afdd7b

#afdd7b #7bafdd #dd7baf

Analogous Colors of #afdd7b

#afdd7b #7edd7b #ddda7b

Monochromatic Colors of #afdd7b

#afdd7b

Complementary Color

#afdd7b #a97bdd

#afdd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd7b Color CSS Codes

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

#afdd7b Text Font Color

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

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


#afdd7b Background Color

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

This div background color is #afdd7b


#afdd7b Border Color

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

This div border color is #afdd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd7b


Comments

No comments written yet.

Please login to write comment.