Color Hex Logo

#afc6dc Color Hex

#AFC6DC
(175,198,220)
0 Favorites   0 Comments

Color spaces of #afc6dc

RGB 175198220
HSL0.580.390.77
HSV209°20°86°
CMYK 0.200.100.00   0.14
XYZ50.791554.669475.5854
Yxy54.66940.28050.3020
Hunter Lab73.9388-6.7740-8.8533
CIE-Lab78.8505-3.0922-13.5528

#afc6dc color RGB value is (175,198,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 11011100
Octal 257 306 334
Decimal 175 198 220
Hex AF C6 DC

RGB Percentages of Color #afc6dc

%29.51
%33.39
%37.10

CMYK Percentages of Color #afc6dc

%20
%10
%0
%14

Triadic Colors of #afc6dc

#afc6dc #dcafc6 #c6dcaf

Analogous Colors of #afc6dc

#afc6dc #afb0dc #afdcdc

Monochromatic Colors of #afc6dc

#afc6dc

Complementary Color

#afc6dc #dcc5af

#afc6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc6dc Color CSS Codes

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

#afc6dc Text Font Color

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

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


#afc6dc Background Color

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

This div background color is #afc6dc


#afc6dc Border Color

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

This div border color is #afc6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc6dc

#afc6dc Color Palettes


Comments

No comments written yet.

Please login to write comment.