Color Hex Logo

#afdbac Color Hex

#AFDBAC
(175,219,172)
0 Favorites   0 Comments

Color spaces of #afdbac

RGB 175219172
HSL0.320.390.77
HSV116°21°86°
CMYK 0.200.000.21   0.14
XYZ50.457162.755648.4834
Yxy62.75560.31200.3881
Hunter Lab79.2184-24.939119.1661
CIE-Lab83.3136-23.222418.5063

#afdbac color RGB value is (175,219,172).

#afdbac hex color red value is 175, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #afdbac hue: 0.32 , saturation: 0.39 and the lightness value of afdbac is 0.77.

The process color (four color CMYK) of #afdbac color hex is 0.20, 0.00, 0.21, 0.14. Web safe color of #afdbac is #99cc99. Color #afdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10101100
Octal 257 333 254
Decimal 175 219 172
Hex AF DB AC

RGB Percentages of Color #afdbac

%30.92
%38.69
%30.39

CMYK Percentages of Color #afdbac

%20
%0
%21
%14

Triadic Colors of #afdbac

#afdbac #acafdb #dbacaf

Analogous Colors of #afdbac

#afdbac #acdbc1 #c7dbac

Monochromatic Colors of #afdbac

#afdbac

Complementary Color

#afdbac #d8acdb

#afdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbac Color CSS Codes

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

#afdbac Text Font Color

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

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


#afdbac Background Color

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

This div background color is #afdbac


#afdbac Border Color

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

This div border color is #afdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbac


Comments

No comments written yet.

Please login to write comment.