Color Hex Logo

#affae0 Color Hex

#AFFAE0
(175,250,224)
0 Favorites   0 Comments

Color spaces of #affae0

RGB 175250224
HSL0.440.880.83
HSV159°30°98°
CMYK 0.300.000.10   0.02
XYZ65.319382.867083.0732
Yxy82.86700.28250.3583
Hunter Lab91.0313-31.22269.6152
CIE-Lab92.9562-28.40265.1029

#affae0 color RGB value is (175,250,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11100000
Octal 257 372 340
Decimal 175 250 224
Hex AF FA E0

RGB Percentages of Color #affae0

%26.96
%38.52
%34.51

CMYK Percentages of Color #affae0

%30
%0
%10
%2

Triadic Colors of #affae0

#affae0 #e0affa #fae0af

Analogous Colors of #affae0

#affae0 #afeffa #affabb

Monochromatic Colors of #affae0

#affae0

Complementary Color

#affae0 #faafc9

#affae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affae0 Color CSS Codes

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

#affae0 Text Font Color

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

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


#affae0 Background Color

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

This div background color is #affae0


#affae0 Border Color

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

This div border color is #affae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affae0


Comments

No comments written yet.

Please login to write comment.