Color Hex Logo

#affac9 Color Hex

#AFFAC9
(175,250,201)
0 Favorites   0 Comments

Color spaces of #affac9

RGB 175250201
HSL0.390.880.83
HSV141°30°98°
CMYK 0.300.000.20   0.02
XYZ62.407481.702267.7392
Yxy81.70220.29460.3857
Hunter Lab90.3893-34.939618.8396
CIE-Lab92.4433-32.848416.2358

#affac9 color RGB value is (175,250,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11001001
Octal 257 372 311
Decimal 175 250 201
Hex AF FA C9

RGB Percentages of Color #affac9

%27.96
%39.94
%32.11

CMYK Percentages of Color #affac9

%30
%0
%20
%2

Triadic Colors of #affac9

#affac9 #c9affa #fac9af

Analogous Colors of #affac9

#affac9 #affaef #bbfaaf

Monochromatic Colors of #affac9

#affac9

Complementary Color

#affac9 #faafe0

#affac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affac9 Color CSS Codes

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

#affac9 Text Font Color

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

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


#affac9 Background Color

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

This div background color is #affac9


#affac9 Border Color

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

This div border color is #affac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affac9


Comments

No comments written yet.

Please login to write comment.