Color Hex Logo

#affcd9 Color Hex

#AFFCD9
(175,252,217)
0 Favorites   0 Comments

Color spaces of #affcd9

RGB 175252217
HSL0.420.930.84
HSV153°31°99°
CMYK 0.310.000.14   0.01
XYZ65.014083.744578.3834
Yxy83.74450.28620.3687
Hunter Lab91.5120-33.332113.2744
CIE-Lab93.3394-30.74309.2695

#affcd9 color RGB value is (175,252,217).

#affcd9 hex color red value is 175, green value is 252 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #affcd9 hue: 0.42 , saturation: 0.93 and the lightness value of affcd9 is 0.84.

The process color (four color CMYK) of #affcd9 color hex is 0.31, 0.00, 0.14, 0.01. Web safe color of #affcd9 is #99ffcc. Color #affcd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11011001
Octal 257 374 331
Decimal 175 252 217
Hex AF FC D9

RGB Percentages of Color #affcd9

%27.17
%39.13
%33.70

CMYK Percentages of Color #affcd9

%31
%0
%14
%1

Triadic Colors of #affcd9

#affcd9 #d9affc #fcd9af

Analogous Colors of #affcd9

#affcd9 #aff9fc #affcb3

Monochromatic Colors of #affcd9

#affcd9

Complementary Color

#affcd9 #fcafd2

#affcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcd9 Color CSS Codes

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

#affcd9 Text Font Color

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

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


#affcd9 Background Color

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

This div background color is #affcd9


#affcd9 Border Color

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

This div border color is #affcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcd9


Comments

No comments written yet.

Please login to write comment.