Color Hex Logo

#affdb9 Color Hex

#AFFDB9
(175,253,185)
0 Favorites   0 Comments

Color spaces of #affdb9

RGB 175253185
HSL0.350.950.84
HSV128°31°99°
CMYK 0.310.000.27   0.01
XYZ61.561482.867358.6493
Yxy82.86730.30310.4081
Hunter Lab91.0315-38.591825.5230
CIE-Lab92.9563-37.032425.1270

#affdb9 color RGB value is (175,253,185).

#affdb9 hex color red value is 175, green value is 253 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #affdb9 hue: 0.35 , saturation: 0.95 and the lightness value of affdb9 is 0.84.

The process color (four color CMYK) of #affdb9 color hex is 0.31, 0.00, 0.27, 0.01. Web safe color of #affdb9 is #99ffcc. Color #affdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111101 10111001
Octal 257 375 271
Decimal 175 253 185
Hex AF FD B9

RGB Percentages of Color #affdb9

%28.55
%41.27
%30.18

CMYK Percentages of Color #affdb9

%31
%0
%27
%1

Triadic Colors of #affdb9

#affdb9 #b9affd #fdb9af

Analogous Colors of #affdb9

#affdb9 #affde0 #ccfdaf

Monochromatic Colors of #affdb9

#affdb9

Complementary Color

#affdb9 #fdaff3

#affdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affdb9 Color CSS Codes

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

#affdb9 Text Font Color

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

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


#affdb9 Background Color

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

This div background color is #affdb9


#affdb9 Border Color

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

This div border color is #affdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affdb9


Comments

No comments written yet.

Please login to write comment.