Color Hex Logo

#afc7dc Color Hex

#AFC7DC
(175,199,220)
0 Favorites   0 Comments

Color spaces of #afc7dc

RGB 175199220
HSL0.580.390.77
HSV208°20°86°
CMYK 0.200.100.00   0.14
XYZ51.020955.128175.6618
Yxy55.12810.28060.3032
Hunter Lab74.2483-7.2754-8.4449
CIE-Lab79.1150-3.6225-13.1563

#afc7dc color RGB value is (175,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 11011100
Octal 257 307 334
Decimal 175 199 220
Hex AF C7 DC

RGB Percentages of Color #afc7dc

%29.46
%33.50
%37.04

CMYK Percentages of Color #afc7dc

%20
%10
%0
%14

Triadic Colors of #afc7dc

#afc7dc #dcafc7 #c7dcaf

Analogous Colors of #afc7dc

#afc7dc #afb1dc #afdcdb

Monochromatic Colors of #afc7dc

#afc7dc

Complementary Color

#afc7dc #dcc4af

#afc7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc7dc Color CSS Codes

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

#afc7dc Text Font Color

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

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


#afc7dc Background Color

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

This div background color is #afc7dc


#afc7dc Border Color

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

This div border color is #afc7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc7dc


Comments

No comments written yet.

Please login to write comment.