Color Hex Logo

#dffbaf Color Hex

#DFFBAF
(223,251,175)
0 Favorites   0 Comments

Color spaces of #dffbaf

RGB 223251175
HSL0.230.900.84
HSV82°30°98°
CMYK 0.110.000.30   0.02
XYZ72.666587.777553.6703
Yxy87.77750.33940.4100
Hunter Lab93.6896-25.510731.6184
CIE-Lab95.0672-21.542333.5081

#dffbaf color RGB value is (223,251,175).

#dffbaf hex color red value is 223, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dffbaf hue: 0.23 , saturation: 0.90 and the lightness value of dffbaf is 0.84.

The process color (four color CMYK) of #dffbaf color hex is 0.11, 0.00, 0.30, 0.02. Web safe color of #dffbaf is #ccff99. Color #dffbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 10101111
Octal 337 373 257
Decimal 223 251 175
Hex DF FB AF

RGB Percentages of Color #dffbaf

%34.36
%38.67
%26.96

CMYK Percentages of Color #dffbaf

%11
%0
%30
%2

Triadic Colors of #dffbaf

#dffbaf #afdffb #fbafdf

Analogous Colors of #dffbaf

#dffbaf #b9fbaf #fbf1af

Monochromatic Colors of #dffbaf

#dffbaf

Complementary Color

#dffbaf #cbaffb

#dffbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbaf Color CSS Codes

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

#dffbaf Text Font Color

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

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


#dffbaf Background Color

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

This div background color is #dffbaf


#dffbaf Border Color

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

This div border color is #dffbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbaf


Comments

No comments written yet.

Please login to write comment.