Color Hex Logo

#afdfae Color Hex

#AFDFAE
(175,223,174)
0 Favorites   0 Comments

Color spaces of #afdfae

RGB 175223174
HSL0.330.430.78
HSV119°22°87°
CMYK 0.220.000.22   0.13
XYZ51.706964.945349.8549
Yxy64.94530.31050.3900
Hunter Lab80.5886-26.501819.7332
CIE-Lab84.4555-24.829019.0484

#afdfae color RGB value is (175,223,174).

#afdfae hex color red value is 175, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afdfae hue: 0.33 , saturation: 0.43 and the lightness value of afdfae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10101110
Octal 257 337 256
Decimal 175 223 174
Hex AF DF AE

RGB Percentages of Color #afdfae

%30.59
%38.99
%30.42

CMYK Percentages of Color #afdfae

%22
%0
%22
%13

Triadic Colors of #afdfae

#afdfae #aeafdf #dfaeaf

Analogous Colors of #afdfae

#afdfae #aedfc6 #c8dfae

Monochromatic Colors of #afdfae

#afdfae

Complementary Color

#afdfae #deaedf

#afdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfae Color CSS Codes

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

#afdfae Text Font Color

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

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


#afdfae Background Color

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

This div background color is #afdfae


#afdfae Border Color

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

This div border color is #afdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfae


Comments

No comments written yet.

Please login to write comment.