Color Hex Logo

#afdfcd Color Hex

#AFDFCD
(175,223,205)
0 Favorites   0 Comments

Color spaces of #afdfcd

RGB 175223205
HSL0.440.430.78
HSV158°22°87°
CMYK 0.220.000.08   0.13
XYZ55.086366.297167.6509
Yxy66.29710.29140.3507
Hunter Lab81.4230-21.72717.7346
CIE-Lab85.1477-19.10743.7316

#afdfcd color RGB value is (175,223,205).

#afdfcd hex color red value is 175, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afdfcd hue: 0.44 , saturation: 0.43 and the lightness value of afdfcd is 0.78.

The process color (four color CMYK) of #afdfcd color hex is 0.22, 0.00, 0.08, 0.13. Web safe color of #afdfcd is #99cccc. Color #afdfcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11001101
Octal 257 337 315
Decimal 175 223 205
Hex AF DF CD

RGB Percentages of Color #afdfcd

%29.02
%36.98
%34.00

CMYK Percentages of Color #afdfcd

%22
%0
%8
%13

Triadic Colors of #afdfcd

#afdfcd #cdafdf #dfcdaf

Analogous Colors of #afdfcd

#afdfcd #afd9df #afdfb5

Monochromatic Colors of #afdfcd

#afdfcd

Complementary Color

#afdfcd #dfafc1

#afdfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfcd Color CSS Codes

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

#afdfcd Text Font Color

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

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


#afdfcd Background Color

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

This div background color is #afdfcd


#afdfcd Border Color

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

This div border color is #afdfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfcd

#afdfcd Color Palettes


Comments

No comments written yet.

Please login to write comment.