Color Hex Logo

#afd7cc Color Hex

#AFD7CC
(175,215,204)
0 Favorites   0 Comments

Color spaces of #afd7cc

RGB 175215204
HSL0.450.330.76
HSV164°19°84°
CMYK 0.190.000.05   0.16
XYZ52.878762.074566.3213
Yxy62.07450.29170.3424
Hunter Lab78.7874-18.07645.2423
CIE-Lab82.9530-15.29231.0730

#afd7cc color RGB value is (175,215,204).

#afd7cc hex color red value is 175, green value is 215 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afd7cc hue: 0.45 , saturation: 0.33 and the lightness value of afd7cc is 0.76.

The process color (four color CMYK) of #afd7cc color hex is 0.19, 0.00, 0.05, 0.16. Web safe color of #afd7cc is #99cccc. Color #afd7cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 11001100
Octal 257 327 314
Decimal 175 215 204
Hex AF D7 CC

RGB Percentages of Color #afd7cc

%29.46
%36.20
%34.34

CMYK Percentages of Color #afd7cc

%19
%0
%5
%16

Triadic Colors of #afd7cc

#afd7cc #ccafd7 #d7ccaf

Analogous Colors of #afd7cc

#afd7cc #afced7 #afd7b8

Monochromatic Colors of #afd7cc

#afd7cc

Complementary Color

#afd7cc #d7afba

#afd7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd7cc Color CSS Codes

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

#afd7cc Text Font Color

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

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


#afd7cc Background Color

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

This div background color is #afd7cc


#afd7cc Border Color

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

This div border color is #afd7cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,215,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afd7cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd7cc


Comments

No comments written yet.

Please login to write comment.