Color Hex Logo

#afd6b9 Color Hex

#AFD6B9
(175,214,185)
0 Favorites   0 Comments

Color spaces of #afd6b9

RGB 175214185
HSL0.380.320.76
HSV135°18°84°
CMYK 0.180.000.14   0.16
XYZ50.482760.709954.9564
Yxy60.70990.30380.3654
Hunter Lab77.9166-20.702512.7229
CIE-Lab82.2225-18.451010.1102

#afd6b9 color RGB value is (175,214,185).

#afd6b9 hex color red value is 175, green value is 214 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #afd6b9 hue: 0.38 , saturation: 0.32 and the lightness value of afd6b9 is 0.76.

The process color (four color CMYK) of #afd6b9 color hex is 0.18, 0.00, 0.14, 0.16. Web safe color of #afd6b9 is #99cccc. Color #afd6b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10111001
Octal 257 326 271
Decimal 175 214 185
Hex AF D6 B9

RGB Percentages of Color #afd6b9

%30.49
%37.28
%32.23

CMYK Percentages of Color #afd6b9

%18
%0
%14
%16

Triadic Colors of #afd6b9

#afd6b9 #b9afd6 #d6b9af

Analogous Colors of #afd6b9

#afd6b9 #afd6cd #b9d6af

Monochromatic Colors of #afd6b9

#afd6b9

Complementary Color

#afd6b9 #d6afcc

#afd6b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd6b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd6b9 Color CSS Codes

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

#afd6b9 Text Font Color

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

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


#afd6b9 Background Color

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

This div background color is #afd6b9


#afd6b9 Border Color

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

This div border color is #afd6b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd6b9


Comments

No comments written yet.

Please login to write comment.