Color Hex Logo

#afdebd Color Hex

#AFDEBD
(175,222,189)
0 Favorites   0 Comments

Color spaces of #afdebd

RGB 175222189
HSL0.380.420.78
HSV138°21°87°
CMYK 0.210.000.15   0.13
XYZ52.985865.030657.9036
Yxy65.03060.30120.3697
Hunter Lab80.6416-23.838713.8767
CIE-Lab84.4995-21.680711.2389

#afdebd color RGB value is (175,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10111101
Octal 257 336 275
Decimal 175 222 189
Hex AF DE BD

RGB Percentages of Color #afdebd

%29.86
%37.88
%32.25

CMYK Percentages of Color #afdebd

%21
%0
%15
%13

Triadic Colors of #afdebd

#afdebd #bdafde #debdaf

Analogous Colors of #afdebd

#afdebd #afded5 #b9deaf

Monochromatic Colors of #afdebd

#afdebd

Complementary Color

#afdebd #deafd0

#afdebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdebd Color CSS Codes

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

#afdebd Text Font Color

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

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


#afdebd Background Color

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

This div background color is #afdebd


#afdebd Border Color

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

This div border color is #afdebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdebd


Comments

No comments written yet.

Please login to write comment.