Color Hex Logo

#afdddc Color Hex

#AFDDDC
(175,221,220)
0 Favorites   0 Comments

Color spaces of #afdddc

RGB 175221220
HSL0.500.400.78
HSV179°21°87°
CMYK 0.210.000.00   0.13
XYZ56.453965.994277.4729
Yxy65.99420.28240.3301
Hunter Lab81.2368-18.11940.3228
CIE-Lab84.9935-15.0207-4.4234

#afdddc color RGB value is (175,221,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11011100
Octal 257 335 334
Decimal 175 221 220
Hex AF DD DC

RGB Percentages of Color #afdddc

%28.41
%35.88
%35.71

CMYK Percentages of Color #afdddc

%21
%0
%0
%13

Triadic Colors of #afdddc

#afdddc #dcafdd #dddcaf

Analogous Colors of #afdddc

#afdddc #afc7dd #afddc5

Monochromatic Colors of #afdddc

#afdddc

Complementary Color

#afdddc #ddafb0

#afdddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdddc Color CSS Codes

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

#afdddc Text Font Color

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

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


#afdddc Background Color

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

This div background color is #afdddc


#afdddc Border Color

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

This div border color is #afdddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdddc

#afdddc Color Palettes


Comments

No comments written yet.

Please login to write comment.