Color Hex Logo

#afcfdd Color Hex

#AFCFDD
(175,207,221)
0 Favorites   0 Comments

Color spaces of #afcfdd

RGB 175207221
HSL0.550.400.78
HSV198°21°87°
CMYK 0.210.060.00   0.13
XYZ53.043258.960176.9914
Yxy58.96010.28070.3120
Hunter Lab76.7855-11.0673-5.6992
CIE-Lab81.2697-7.6104-10.4730

#afcfdd color RGB value is (175,207,221).

#afcfdd hex color red value is 175, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afcfdd hue: 0.55 , saturation: 0.40 and the lightness value of afcfdd is 0.78.

The process color (four color CMYK) of #afcfdd color hex is 0.21, 0.06, 0.00, 0.13. Web safe color of #afcfdd is #99cccc. Color #afcfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 11011101
Octal 257 317 335
Decimal 175 207 221
Hex AF CF DD

RGB Percentages of Color #afcfdd

%29.02
%34.33
%36.65

CMYK Percentages of Color #afcfdd

%21
%6
%0
%13

Triadic Colors of #afcfdd

#afcfdd #ddafcf #cfddaf

Analogous Colors of #afcfdd

#afcfdd #afb8dd #afddd4

Monochromatic Colors of #afcfdd

#afcfdd

Complementary Color

#afcfdd #ddbdaf

#afcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcfdd Color CSS Codes

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

#afcfdd Text Font Color

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

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


#afcfdd Background Color

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

This div background color is #afcfdd


#afcfdd Border Color

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

This div border color is #afcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcfdd


Comments

No comments written yet.

Please login to write comment.