Color Hex Logo

#affad7 Color Hex

#AFFAD7
(175,250,215)
0 Favorites   0 Comments

Color spaces of #affad7

RGB 175250215
HSL0.420.880.83
HSV152°30°98°
CMYK 0.300.000.14   0.02
XYZ64.130582.391576.8131
Yxy82.39150.28710.3689
Hunter Lab90.7698-32.733613.3652
CIE-Lab92.7474-30.19589.4538

#affad7 color RGB value is (175,250,215).

#affad7 hex color red value is 175, green value is 250 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #affad7 hue: 0.42 , saturation: 0.88 and the lightness value of affad7 is 0.83.

The process color (four color CMYK) of #affad7 color hex is 0.30, 0.00, 0.14, 0.02. Web safe color of #affad7 is #99ffcc. Color #affad7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11010111
Octal 257 372 327
Decimal 175 250 215
Hex AF FA D7

RGB Percentages of Color #affad7

%27.34
%39.06
%33.59

CMYK Percentages of Color #affad7

%30
%0
%14
%2

Triadic Colors of #affad7

#affad7 #d7affa #fad7af

Analogous Colors of #affad7

#affad7 #aff8fa #affab2

Monochromatic Colors of #affad7

#affad7

Complementary Color

#affad7 #faafd2

#affad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affad7 Color CSS Codes

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

#affad7 Text Font Color

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

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


#affad7 Background Color

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

This div background color is #affad7


#affad7 Border Color

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

This div border color is #affad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affad7


Comments

No comments written yet.

Please login to write comment.