Color Hex Logo

#afdfa8 Color Hex

#AFDFA8
(175,223,168)
0 Favorites   0 Comments

Color spaces of #afdfa8

RGB 175223168
HSL0.310.460.77
HSV112°25°87°
CMYK 0.220.000.25   0.13
XYZ51.134864.716546.8422
Yxy64.71650.31430.3978
Hunter Lab80.4466-27.320321.7894
CIE-Lab84.3374-25.830922.0145

#afdfa8 color RGB value is (175,223,168).

#afdfa8 hex color red value is 175, green value is 223 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #afdfa8 hue: 0.31 , saturation: 0.46 and the lightness value of afdfa8 is 0.77.

The process color (four color CMYK) of #afdfa8 color hex is 0.22, 0.00, 0.25, 0.13. Web safe color of #afdfa8 is #99cc99. Color #afdfa8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101000
Octal 257 337 250
Decimal 175 223 168
Hex AF DF A8

RGB Percentages of Color #afdfa8

%30.92
%39.40
%29.68

CMYK Percentages of Color #afdfa8

%22
%0
%25
%13

Triadic Colors of #afdfa8

#afdfa8 #a8afdf #dfa8af

Analogous Colors of #afdfa8

#afdfa8 #a8dfbd #cbdfa8

Monochromatic Colors of #afdfa8

#afdfa8

Complementary Color

#afdfa8 #d8a8df

#afdfa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfa8 Color CSS Codes

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

#afdfa8 Text Font Color

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

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


#afdfa8 Background Color

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

This div background color is #afdfa8


#afdfa8 Border Color

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

This div border color is #afdfa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfa8


Comments

No comments written yet.

Please login to write comment.