Color Hex Logo

#dffabd Color Hex

#DFFABD
(223,250,189)
0 Favorites   0 Comments

Color spaces of #dffabd

RGB 223250189
HSL0.240.860.86
HSV87°24°98°
CMYK 0.110.000.24   0.02
XYZ73.802387.733361.1885
Yxy87.73330.33140.3939
Hunter Lab93.6661-23.270126.8343
CIE-Lab95.0485-19.092226.4189

#dffabd color RGB value is (223,250,189).

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

The process color (four color CMYK) of #dffabd color hex is 0.11, 0.00, 0.24, 0.02. Web safe color of #dffabd is #ccffcc. Color #dffabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10111101
Octal 337 372 275
Decimal 223 250 189
Hex DF FA BD

RGB Percentages of Color #dffabd

%33.69
%37.76
%28.55

CMYK Percentages of Color #dffabd

%11
%0
%24
%2

Triadic Colors of #dffabd

#dffabd #bddffa #fabddf

Analogous Colors of #dffabd

#dffabd #c1fabd #faf7bd

Monochromatic Colors of #dffabd

#dffabd

Complementary Color

#dffabd #d8bdfa

#dffabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffabd Color CSS Codes

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

#dffabd Text Font Color

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

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


#dffabd Background Color

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

This div background color is #dffabd


#dffabd Border Color

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

This div border color is #dffabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,250,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffabd


Comments

No comments written yet.

Please login to write comment.