Color Hex Logo

#afcddd Color Hex

#AFCDDD
(175,205,221)
0 Favorites   0 Comments

Color spaces of #afcddd

RGB 175205221
HSL0.560.400.78
HSV201°21°87°
CMYK 0.210.070.00   0.13
XYZ52.561757.997176.8309
Yxy57.99710.28050.3095
Hunter Lab76.1558-10.0745-6.5065
CIE-Lab80.7372-6.5646-11.2672

#afcddd color RGB value is (175,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11011101
Octal 257 315 335
Decimal 175 205 221
Hex AF CD DD

RGB Percentages of Color #afcddd

%29.12
%34.11
%36.77

CMYK Percentages of Color #afcddd

%21
%7
%0
%13

Triadic Colors of #afcddd

#afcddd #ddafcd #cdddaf

Analogous Colors of #afcddd

#afcddd #afb6dd #afddd6

Monochromatic Colors of #afcddd

#afcddd

Complementary Color

#afcddd #ddbfaf

#afcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcddd Color CSS Codes

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

#afcddd Text Font Color

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

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


#afcddd Background Color

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

This div background color is #afcddd


#afcddd Border Color

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

This div border color is #afcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcddd


Comments

No comments written yet.

Please login to write comment.