Color Hex Logo

#afddbd Color Hex

#AFDDBD
(175,221,189)
0 Favorites   0 Comments

Color spaces of #afddbd

RGB 175221189
HSL0.380.400.78
HSV138°21°87°
CMYK 0.210.000.14   0.13
XYZ52.721064.501057.8154
Yxy64.50100.30120.3685
Hunter Lab80.3125-23.370913.5371
CIE-Lab84.2259-21.188210.8495

#afddbd color RGB value is (175,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10111101
Octal 257 335 275
Decimal 175 221 189
Hex AF DD BD

RGB Percentages of Color #afddbd

%29.91
%37.78
%32.31

CMYK Percentages of Color #afddbd

%21
%0
%14
%13

Triadic Colors of #afddbd

#afddbd #bdafdd #ddbdaf

Analogous Colors of #afddbd

#afddbd #afddd4 #b8ddaf

Monochromatic Colors of #afddbd

#afddbd

Complementary Color

#afddbd #ddafcf

#afddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddbd Color CSS Codes

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

#afddbd Text Font Color

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

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


#afddbd Background Color

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

This div background color is #afddbd


#afddbd Border Color

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

This div border color is #afddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddbd


Comments

No comments written yet.

Please login to write comment.