Color Hex Logo

#affccd Color Hex

#AFFCCD
(175,252,205)
0 Favorites   0 Comments

Color spaces of #affccd

RGB 175252205
HSL0.400.930.84
HSV143°31°99°
CMYK 0.310.000.19   0.01
XYZ63.509083.142570.4584
Yxy83.14250.29250.3830
Hunter Lab91.1825-35.243418.0133
CIE-Lab93.0768-33.037015.0735

#affccd color RGB value is (175,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 11001101
Octal 257 374 315
Decimal 175 252 205
Hex AF FC CD

RGB Percentages of Color #affccd

%27.69
%39.87
%32.44

CMYK Percentages of Color #affccd

%31
%0
%19
%1

Triadic Colors of #affccd

#affccd #cdaffc #fccdaf

Analogous Colors of #affccd

#affccd #affcf4 #b8fcaf

Monochromatic Colors of #affccd

#affccd

Complementary Color

#affccd #fcafde

#affccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#affccd Color CSS Codes

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

#affccd Text Font Color

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

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


#affccd Background Color

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

This div background color is #affccd


#affccd Border Color

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

This div border color is #affccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affccd


Comments

No comments written yet.

Please login to write comment.