Color Hex Logo

#afd0dc Color Hex

#AFD0DC
(175,208,220)
0 Favorites   0 Comments

Color spaces of #afd0dc

RGB 175208220
HSL0.540.390.77
HSV196°20°86°
CMYK 0.200.050.00   0.14
XYZ53.153359.393076.3727
Yxy59.39300.28140.3144
Hunter Lab77.0669-11.7549-4.8092
CIE-Lab81.5071-8.3494-9.5850

#afd0dc color RGB value is (175,208,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 11011100
Octal 257 320 334
Decimal 175 208 220
Hex AF D0 DC

RGB Percentages of Color #afd0dc

%29.02
%34.49
%36.48

CMYK Percentages of Color #afd0dc

%20
%5
%0
%14

Triadic Colors of #afd0dc

#afd0dc #dcafd0 #d0dcaf

Analogous Colors of #afd0dc

#afd0dc #afbadc #afdcd2

Monochromatic Colors of #afd0dc

#afd0dc

Complementary Color

#afd0dc #dcbbaf

#afd0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd0dc Color CSS Codes

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

#afd0dc Text Font Color

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

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


#afd0dc Background Color

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

This div background color is #afd0dc


#afd0dc Border Color

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

This div border color is #afd0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd0dc


Comments

No comments written yet.

Please login to write comment.