Color Hex Logo

#afd1dc Color Hex

#AFD1DC
(175,209,220)
0 Favorites   0 Comments

Color spaces of #afd1dc

RGB 175209220
HSL0.540.390.77
HSV195°20°86°
CMYK 0.200.050.00   0.14
XYZ53.397959.882276.4542
Yxy59.88220.28140.3156
Hunter Lab77.3836-12.2488-4.4094
CIE-Lab81.7741-8.8693-9.1879

#afd1dc color RGB value is (175,209,220).

#afd1dc hex color red value is 175, green value is 209 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afd1dc hue: 0.54 , saturation: 0.39 and the lightness value of afd1dc is 0.77.

The process color (four color CMYK) of #afd1dc color hex is 0.20, 0.05, 0.00, 0.14. Web safe color of #afd1dc is #99cccc. Color #afd1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 11011100
Octal 257 321 334
Decimal 175 209 220
Hex AF D1 DC

RGB Percentages of Color #afd1dc

%28.97
%34.60
%36.42

CMYK Percentages of Color #afd1dc

%20
%5
%0
%14

Triadic Colors of #afd1dc

#afd1dc #dcafd1 #d1dcaf

Analogous Colors of #afd1dc

#afd1dc #afbbdc #afdcd1

Monochromatic Colors of #afd1dc

#afd1dc

Complementary Color

#afd1dc #dcbaaf

#afd1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd1dc Color CSS Codes

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

#afd1dc Text Font Color

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

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


#afd1dc Background Color

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

This div background color is #afd1dc


#afd1dc Border Color

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

This div border color is #afd1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd1dc


Comments

No comments written yet.

Please login to write comment.