Color Hex Logo

#afefdd Color Hex

#AFEFDD
(175,239,221)
0 Favorites   0 Comments

Color spaces of #afefdd

RGB 175239221
HSL0.450.670.81
HSV163°27°94°
CMYK 0.270.000.08   0.06
XYZ61.596876.067479.8426
Yxy76.06740.28320.3497
Hunter Lab87.2166-26.56346.7745
CIE-Lab89.8906-23.73542.2178

#afefdd color RGB value is (175,239,221).

#afefdd hex color red value is 175, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afefdd hue: 0.45 , saturation: 0.67 and the lightness value of afefdd is 0.81.

The process color (four color CMYK) of #afefdd color hex is 0.27, 0.00, 0.08, 0.06. Web safe color of #afefdd is #99ffcc. Color #afefdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 11011101
Octal 257 357 335
Decimal 175 239 221
Hex AF EF DD

RGB Percentages of Color #afefdd

%27.56
%37.64
%34.80

CMYK Percentages of Color #afefdd

%27
%0
%8
%6

Triadic Colors of #afefdd

#afefdd #ddafef #efddaf

Analogous Colors of #afefdd

#afefdd #afe1ef #afefbd

Monochromatic Colors of #afefdd

#afefdd

Complementary Color

#afefdd #efafc1

#afefdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afefdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afefdd Color CSS Codes

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

#afefdd Text Font Color

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

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


#afefdd Background Color

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

This div background color is #afefdd


#afefdd Border Color

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

This div border color is #afefdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afefdd


Comments

No comments written yet.

Please login to write comment.