Color Hex Logo

#afdedd Color Hex

#AFDEDD
(175,222,221)
0 Favorites   0 Comments

Color spaces of #afdedd

RGB 175222221
HSL0.500.420.78
HSV179°21°87°
CMYK 0.210.000.00   0.13
XYZ56.851666.577078.2609
Yxy66.57700.28190.3301
Hunter Lab81.5947-18.41990.2488
CIE-Lab85.2899-15.3137-4.5156

#afdedd color RGB value is (175,222,221).

#afdedd hex color red value is 175, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afdedd hue: 0.50 , saturation: 0.42 and the lightness value of afdedd is 0.78.

The process color (four color CMYK) of #afdedd color hex is 0.21, 0.00, 0.00, 0.13. Web safe color of #afdedd is #99cccc. Color #afdedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11011101
Octal 257 336 335
Decimal 175 222 221
Hex AF DE DD

RGB Percentages of Color #afdedd

%28.32
%35.92
%35.76

CMYK Percentages of Color #afdedd

%21
%0
%0
%13

Triadic Colors of #afdedd

#afdedd #ddafde #deddaf

Analogous Colors of #afdedd

#afdedd #afc8de #afdec6

Monochromatic Colors of #afdedd

#afdedd

Complementary Color

#afdedd #deafb0

#afdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdedd Color CSS Codes

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

#afdedd Text Font Color

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

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


#afdedd Background Color

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

This div background color is #afdedd


#afdedd Border Color

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

This div border color is #afdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdedd


Comments

No comments written yet.

Please login to write comment.