Color Hex Logo

#afdeb0 Color Hex

#AFDEB0
(175,222,176)
0 Favorites   0 Comments

Color spaces of #afdeb0

RGB 175222176
HSL0.340.420.78
HSV121°21°87°
CMYK 0.210.000.21   0.13
XYZ51.636964.491150.8008
Yxy64.49110.30930.3863
Hunter Lab80.3064-25.760818.7083
CIE-Lab84.2208-24.001517.6749

#afdeb0 color RGB value is (175,222,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10110000
Octal 257 336 260
Decimal 175 222 176
Hex AF DE B0

RGB Percentages of Color #afdeb0

%30.54
%38.74
%30.72

CMYK Percentages of Color #afdeb0

%21
%0
%21
%13

Triadic Colors of #afdeb0

#afdeb0 #b0afde #deb0af

Analogous Colors of #afdeb0

#afdeb0 #afdec8 #c6deaf

Monochromatic Colors of #afdeb0

#afdeb0

Complementary Color

#afdeb0 #deafdd

#afdeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeb0 Color CSS Codes

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

#afdeb0 Text Font Color

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

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


#afdeb0 Background Color

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

This div background color is #afdeb0


#afdeb0 Border Color

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

This div border color is #afdeb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,222,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 #afdeb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeb0


Comments

No comments written yet.

Please login to write comment.