Color Hex Logo

#affddc Color Hex

#AFFDDC
(175,253,220)
0 Favorites   0 Comments

Color spaces of #affddc

RGB 175253220
HSL0.430.950.84
HSV155°31°99°
CMYK 0.310.000.13   0.01
XYZ65.722784.531880.5625
Yxy84.53180.28470.3662
Hunter Lab91.9412-33.299212.4066
CIE-Lab93.6810-30.62038.2125

#affddc color RGB value is (175,253,220).

#affddc hex color red value is 175, green value is 253 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #affddc hue: 0.43 , saturation: 0.95 and the lightness value of affddc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 11011100
Octal 257 375 334
Decimal 175 253 220
Hex AF FD DC

RGB Percentages of Color #affddc

%27.01
%39.04
%33.95

CMYK Percentages of Color #affddc

%31
%0
%13
%1

Triadic Colors of #affddc

#affddc #dcaffd #fddcaf

Analogous Colors of #affddc

#affddc #aff7fd #affdb5

Monochromatic Colors of #affddc

#affddc

Complementary Color

#affddc #fdafd0

#affddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#affddc Color CSS Codes

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

#affddc Text Font Color

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

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


#affddc Background Color

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

This div background color is #affddc


#affddc Border Color

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

This div border color is #affddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affddc


Comments

No comments written yet.

Please login to write comment.