Color Hex Logo

#afddcd Color Hex

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

Color spaces of #afddcd

RGB 175221205
HSL0.440.400.78
HSV159°21°87°
CMYK 0.210.000.07   0.13
XYZ54.555165.234667.4738
Yxy65.23460.29130.3484
Hunter Lab80.7679-20.77527.0065
CIE-Lab84.6045-18.11012.9440

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

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

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

Base Numbers

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

RGB Percentages of Color #afddcd

%29.12
%36.77
%34.11

CMYK Percentages of Color #afddcd

%21
%0
%7
%13

Triadic Colors of #afddcd

#afddcd #cdafdd #ddcdaf

Analogous Colors of #afddcd

#afddcd #afd6dd #afddb6

Monochromatic Colors of #afddcd

#afddcd

Complementary Color

#afddcd #ddafbf

#afddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddcd Color CSS Codes

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

#afddcd Text Font Color

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

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


#afddcd Background Color

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

This div background color is #afddcd


#afddcd Border Color

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

This div border color is #afddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddcd


Comments

No comments written yet.

Please login to write comment.