Color Hex Logo

#affecd Color Hex

#AFFECD
(175,254,205)
0 Favorites   0 Comments

Color spaces of #affecd

RGB 175254205
HSL0.400.980.84
HSV143°31°100°
CMYK 0.310.000.19   0.00
XYZ64.140584.405470.6689
Yxy84.40540.29260.3850
Hunter Lab91.8724-36.157418.7044
CIE-Lab93.6263-33.961415.8488

#affecd color RGB value is (175,254,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 11001101
Octal 257 376 315
Decimal 175 254 205
Hex AF FE CD

RGB Percentages of Color #affecd

%27.60
%40.06
%32.33

CMYK Percentages of Color #affecd

%31
%0
%19
%0

Triadic Colors of #affecd

#affecd #cdaffe #fecdaf

Analogous Colors of #affecd

#affecd #affef5 #b9feaf

Monochromatic Colors of #affecd

#affecd

Complementary Color

#affecd #feafe0

#affecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#affecd Color CSS Codes

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

#affecd Text Font Color

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

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


#affecd Background Color

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

This div background color is #affecd


#affecd Border Color

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

This div border color is #affecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,254,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 #affecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affecd

Related Colors


Comments

No comments written yet.

Please login to write comment.