Color Hex Logo

#afdaae Color Hex

#AFDAAE
(175,218,174)
0 Favorites   0 Comments

Color spaces of #afdaae

RGB 175218174
HSL0.330.370.77
HSV119°20°85°
CMYK 0.200.000.20   0.15
XYZ50.390662.312849.4161
Yxy62.31280.31080.3844
Hunter Lab78.9385-24.196318.1409
CIE-Lab83.0795-22.391117.1294

#afdaae color RGB value is (175,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10101110
Octal 257 332 256
Decimal 175 218 174
Hex AF DA AE

RGB Percentages of Color #afdaae

%30.86
%38.45
%30.69

CMYK Percentages of Color #afdaae

%20
%0
%20
%15

Triadic Colors of #afdaae

#afdaae #aeafda #daaeaf

Analogous Colors of #afdaae

#afdaae #aedac3 #c5daae

Monochromatic Colors of #afdaae

#afdaae

Complementary Color

#afdaae #d9aeda

#afdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdaae Color CSS Codes

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

#afdaae Text Font Color

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

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


#afdaae Background Color

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

This div background color is #afdaae


#afdaae Border Color

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

This div border color is #afdaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,218,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 #afdaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdaae


Comments

No comments written yet.

Please login to write comment.