Color Hex Logo

#afdb98 Color Hex

#AFDB98
(175,219,152)
0 Favorites   0 Comments

Color spaces of #afdb98

RGB 175219152
HSL0.280.480.73
HSV99°31°86°
CMYK 0.200.000.31   0.14
XYZ48.678262.044039.1158
Yxy62.04400.32490.4141
Hunter Lab78.7680-27.532025.6945
CIE-Lab82.9368-26.413128.4044

#afdb98 color RGB value is (175,219,152).

#afdb98 hex color red value is 175, green value is 219 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afdb98 hue: 0.28 , saturation: 0.48 and the lightness value of afdb98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10011000
Octal 257 333 230
Decimal 175 219 152
Hex AF DB 98

RGB Percentages of Color #afdb98

%32.05
%40.11
%27.84

CMYK Percentages of Color #afdb98

%20
%0
%31
%14

Triadic Colors of #afdb98

#afdb98 #98afdb #db98af

Analogous Colors of #afdb98

#afdb98 #98dba3 #d1db98

Monochromatic Colors of #afdb98

#afdb98

Complementary Color

#afdb98 #c498db

#afdb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb98 Color CSS Codes

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

#afdb98 Text Font Color

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

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


#afdb98 Background Color

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

This div background color is #afdb98


#afdb98 Border Color

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

This div border color is #afdb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb98


Comments

No comments written yet.

Please login to write comment.