Color Hex Logo

#affead Color Hex

#AFFEAD
(175,254,173)
0 Favorites   0 Comments

Color spaces of #affead

RGB 175254173
HSL0.330.980.84
HSV119°32°100°
CMYK 0.310.000.32   0.00
XYZ60.663883.014752.3613
Yxy83.01470.30940.4235
Hunter Lab91.1124-40.599129.7054
CIE-Lab93.0209-39.423631.2750

#affead color RGB value is (175,254,173).

#affead hex color red value is 175, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #affead hue: 0.33 , saturation: 0.98 and the lightness value of affead is 0.84.

The process color (four color CMYK) of #affead color hex is 0.31, 0.00, 0.32, 0.00. Web safe color of #affead is #99ff99. Color #affead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 10101101
Octal 257 376 255
Decimal 175 254 173
Hex AF FE AD

RGB Percentages of Color #affead

%29.07
%42.19
%28.74

CMYK Percentages of Color #affead

%31
%0
%32
%0

Triadic Colors of #affead

#affead #adaffe #feadaf

Analogous Colors of #affead

#affead #adfed4 #d8fead

Monochromatic Colors of #affead

#affead

Complementary Color

#affead #fcadfe

#affead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affead Color Preview on White Background

Lorem ipsum dolor sit amet.

#affead Color CSS Codes

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

#affead Text Font Color

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

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


#affead Background Color

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

This div background color is #affead


#affead Border Color

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

This div border color is #affead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affead


Comments

No comments written yet.

Please login to write comment.