Color Hex Logo

#afdbb0 Color Hex

#AFDBB0
(175,219,176)
0 Favorites   0 Comments

Color spaces of #afdbb0

RGB 175219176
HSL0.340.380.77
HSV121°20°86°
CMYK 0.200.000.20   0.14
XYZ50.847262.911650.5375
Yxy62.91160.30950.3829
Hunter Lab79.3168-24.374517.7446
CIE-Lab83.3958-22.536116.5210

#afdbb0 color RGB value is (175,219,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10110000
Octal 257 333 260
Decimal 175 219 176
Hex AF DB B0

RGB Percentages of Color #afdbb0

%30.70
%38.42
%30.88

CMYK Percentages of Color #afdbb0

%20
%0
%20
%14

Triadic Colors of #afdbb0

#afdbb0 #b0afdb #dbb0af

Analogous Colors of #afdbb0

#afdbb0 #afdbc6 #c4dbaf

Monochromatic Colors of #afdbb0

#afdbb0

Complementary Color

#afdbb0 #dbafda

#afdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdbb0 Color CSS Codes

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

#afdbb0 Text Font Color

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

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


#afdbb0 Background Color

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

This div background color is #afdbb0


#afdbb0 Border Color

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

This div border color is #afdbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdbb0

#afdbb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.