Color Hex Logo

#affcd2 Color Hex

#AFFCD2
(175,252,210)
0 Favorites   0 Comments

Color spaces of #affcd2

RGB 175252210
HSL0.410.930.84
HSV147°31°99°
CMYK 0.310.000.17   0.01
XYZ64.122583.387973.6886
Yxy83.38790.28990.3770
Hunter Lab91.3170-34.462616.0776
CIE-Lab93.1840-32.096012.6541

#affcd2 color RGB value is (175,252,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11010010
Octal 257 374 322
Decimal 175 252 210
Hex AF FC D2

RGB Percentages of Color #affcd2

%27.47
%39.56
%32.97

CMYK Percentages of Color #affcd2

%31
%0
%17
%1

Triadic Colors of #affcd2

#affcd2 #d2affc #fcd2af

Analogous Colors of #affcd2

#affcd2 #affcf9 #b3fcaf

Monochromatic Colors of #affcd2

#affcd2

Complementary Color

#affcd2 #fcafd9

#affcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affcd2 Color CSS Codes

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

#affcd2 Text Font Color

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

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


#affcd2 Background Color

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

This div background color is #affcd2


#affcd2 Border Color

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

This div border color is #affcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affcd2


Comments

No comments written yet.

Please login to write comment.