Color Hex Logo

#afd9bc Color Hex

#AFD9BC
(175,217,188)
0 Favorites   0 Comments

Color spaces of #afd9bc

RGB 175217188
HSL0.380.360.77
HSV139°19°85°
CMYK 0.190.000.13   0.15
XYZ51.569262.370556.8977
Yxy62.37050.30190.3651
Hunter Lab78.9750-21.649112.5669
CIE-Lab83.1101-19.39229.7871

#afd9bc color RGB value is (175,217,188).

#afd9bc hex color red value is 175, green value is 217 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #afd9bc hue: 0.38 , saturation: 0.36 and the lightness value of afd9bc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10111100
Octal 257 331 274
Decimal 175 217 188
Hex AF D9 BC

RGB Percentages of Color #afd9bc

%30.17
%37.41
%32.41

CMYK Percentages of Color #afd9bc

%19
%0
%13
%15

Triadic Colors of #afd9bc

#afd9bc #bcafd9 #d9bcaf

Analogous Colors of #afd9bc

#afd9bc #afd9d1 #b7d9af

Monochromatic Colors of #afd9bc

#afd9bc

Complementary Color

#afd9bc #d9afcc

#afd9bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd9bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd9bc Color CSS Codes

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

#afd9bc Text Font Color

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

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


#afd9bc Background Color

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

This div background color is #afd9bc


#afd9bc Border Color

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

This div border color is #afd9bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd9bc


Comments

No comments written yet.

Please login to write comment.