Color Hex Logo

#dffdb9 Color Hex

#DFFDB9
(223,253,185)
0 Favorites   0 Comments

Color spaces of #dffdb9

RGB 223253185
HSL0.240.940.86
HSV86°27°99°
CMYK 0.120.000.27   0.01
XYZ74.313789.441359.2461
Yxy89.44130.33320.4011
Hunter Lab94.5734-25.242129.0588
CIE-Lab95.7645-21.119429.4186

#dffdb9 color RGB value is (223,253,185).

#dffdb9 hex color red value is 223, green value is 253 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dffdb9 hue: 0.24 , saturation: 0.94 and the lightness value of dffdb9 is 0.86.

The process color (four color CMYK) of #dffdb9 color hex is 0.12, 0.00, 0.27, 0.01. Web safe color of #dffdb9 is #ccffcc. Color #dffdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10111001
Octal 337 375 271
Decimal 223 253 185
Hex DF FD B9

RGB Percentages of Color #dffdb9

%33.74
%38.28
%27.99

CMYK Percentages of Color #dffdb9

%12
%0
%27
%1

Triadic Colors of #dffdb9

#dffdb9 #b9dffd #fdb9df

Analogous Colors of #dffdb9

#dffdb9 #bdfdb9 #fdf9b9

Monochromatic Colors of #dffdb9

#dffdb9

Complementary Color

#dffdb9 #d7b9fd

#dffdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdb9 Color CSS Codes

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

#dffdb9 Text Font Color

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

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


#dffdb9 Background Color

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

This div background color is #dffdb9


#dffdb9 Border Color

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

This div border color is #dffdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdb9


Comments

No comments written yet.

Please login to write comment.