Color Hex Logo

#afdeb3 Color Hex

#AFDEB3
(175,222,179)
0 Favorites   0 Comments

Color spaces of #afdeb3

RGB 175222179
HSL0.350.420.78
HSV125°21°87°
CMYK 0.210.000.19   0.13
XYZ51.937264.611252.3817
Yxy64.61120.30740.3825
Hunter Lab80.3811-25.331517.6294
CIE-Lab84.2830-23.480116.1894

#afdeb3 color RGB value is (175,222,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10110011
Octal 257 336 263
Decimal 175 222 179
Hex AF DE B3

RGB Percentages of Color #afdeb3

%30.38
%38.54
%31.08

CMYK Percentages of Color #afdeb3

%21
%0
%19
%13

Triadic Colors of #afdeb3

#afdeb3 #b3afde #deb3af

Analogous Colors of #afdeb3

#afdeb3 #afdecb #c3deaf

Monochromatic Colors of #afdeb3

#afdeb3

Complementary Color

#afdeb3 #deafda

#afdeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdeb3 Color CSS Codes

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

#afdeb3 Text Font Color

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

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


#afdeb3 Background Color

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

This div background color is #afdeb3


#afdeb3 Border Color

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

This div border color is #afdeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdeb3


Comments

No comments written yet.

Please login to write comment.