Color Hex Logo

#afd885 Color Hex

#AFD885
(175,216,133)
0 Favorites   0 Comments

Color spaces of #afd885

RGB 175216133
HSL0.250.520.68
HSV90°38°85°
CMYK 0.190.000.38   0.15
XYZ46.468759.919131.3067
Yxy59.91910.33750.4352
Hunter Lab77.4074-28.307130.2059
CIE-Lab81.7942-27.634536.6061

#afd885 color RGB value is (175,216,133).

#afd885 hex color red value is 175, green value is 216 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #afd885 hue: 0.25 , saturation: 0.52 and the lightness value of afd885 is 0.68.

The process color (four color CMYK) of #afd885 color hex is 0.19, 0.00, 0.38, 0.15. Web safe color of #afd885 is #99cc99. Color #afd885 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10000101
Octal 257 330 205
Decimal 175 216 133
Hex AF D8 85

RGB Percentages of Color #afd885

%33.40
%41.22
%25.38

CMYK Percentages of Color #afd885

%19
%0
%38
%15

Triadic Colors of #afd885

#afd885 #85afd8 #d885af

Analogous Colors of #afd885

#afd885 #86d885 #d8d885

Monochromatic Colors of #afd885

#afd885

Complementary Color

#afd885 #ae85d8

#afd885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd885 Color CSS Codes

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

#afd885 Text Font Color

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

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


#afd885 Background Color

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

This div background color is #afd885


#afd885 Border Color

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

This div border color is #afd885


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd885


Comments

No comments written yet.

Please login to write comment.