Color Hex Logo

#afd8bb Color Hex

#AFD8BB
(175,216,187)
0 Favorites   0 Comments

Color spaces of #afd8bb

RGB 175216187
HSL0.380.340.77
HSV138°19°85°
CMYK 0.190.000.13   0.15
XYZ51.204761.813556.2461
Yxy61.81350.30250.3652
Hunter Lab78.6216-21.334112.6189
CIE-Lab82.8141-19.07979.8942

#afd8bb color RGB value is (175,216,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10111011
Octal 257 330 273
Decimal 175 216 187
Hex AF D8 BB

RGB Percentages of Color #afd8bb

%30.28
%37.37
%32.35

CMYK Percentages of Color #afd8bb

%19
%0
%13
%15

Triadic Colors of #afd8bb

#afd8bb #bbafd8 #d8bbaf

Analogous Colors of #afd8bb

#afd8bb #afd8d0 #b8d8af

Monochromatic Colors of #afd8bb

#afd8bb

Complementary Color

#afd8bb #d8afcc

#afd8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd8bb Color CSS Codes

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

#afd8bb Text Font Color

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

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


#afd8bb Background Color

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

This div background color is #afd8bb


#afd8bb Border Color

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

This div border color is #afd8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd8bb


Comments

No comments written yet.

Please login to write comment.