Color Hex Logo

#afd07d Color Hex

#AFD07D
(175,208,125)
0 Favorites   0 Comments

Color spaces of #afd07d

RGB 175208125
HSL0.230.470.65
HSV84°40°82°
CMYK 0.160.000.40   0.18
XYZ43.936755.706427.8387
Yxy55.70640.34470.4370
Hunter Lab74.6367-25.535930.1312
CIE-Lab79.4464-24.803037.6244

#afd07d color RGB value is (175,208,125).

#afd07d hex color red value is 175, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afd07d hue: 0.23 , saturation: 0.47 and the lightness value of afd07d is 0.65.

The process color (four color CMYK) of #afd07d color hex is 0.16, 0.00, 0.40, 0.18. Web safe color of #afd07d is #99cc66. Color #afd07d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01111101
Octal 257 320 175
Decimal 175 208 125
Hex AF D0 7D

RGB Percentages of Color #afd07d

%34.45
%40.94
%24.61

CMYK Percentages of Color #afd07d

%16
%0
%40
%18

Triadic Colors of #afd07d

#afd07d #7dafd0 #d07daf

Analogous Colors of #afd07d

#afd07d #86d07d #d0c87d

Monochromatic Colors of #afd07d

#afd07d

Complementary Color

#afd07d #9e7dd0

#afd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd07d Color CSS Codes

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

#afd07d Text Font Color

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

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


#afd07d Background Color

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

This div background color is #afd07d


#afd07d Border Color

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

This div border color is #afd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd07d


Comments

No comments written yet.

Please login to write comment.