Color Hex Logo

#dffdb7 Color Hex

#DFFDB7
(223,253,183)
0 Favorites   0 Comments

Color spaces of #dffdb7

RGB 223253183
HSL0.240.950.85
HSV86°28°99°
CMYK 0.120.000.28   0.01
XYZ74.103989.357458.1418
Yxy89.35740.33440.4032
Hunter Lab94.5290-25.494829.7029
CIE-Lab95.7296-21.402630.3792

#dffdb7 color RGB value is (223,253,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10110111
Octal 337 375 267
Decimal 223 253 183
Hex DF FD B7

RGB Percentages of Color #dffdb7

%33.84
%38.39
%27.77

CMYK Percentages of Color #dffdb7

%12
%0
%28
%1

Triadic Colors of #dffdb7

#dffdb7 #b7dffd #fdb7df

Analogous Colors of #dffdb7

#dffdb7 #bcfdb7 #fdf8b7

Monochromatic Colors of #dffdb7

#dffdb7

Complementary Color

#dffdb7 #d5b7fd

#dffdb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdb7 Color CSS Codes

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

#dffdb7 Text Font Color

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

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


#dffdb7 Background Color

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

This div background color is #dffdb7


#dffdb7 Border Color

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

This div border color is #dffdb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdb7

Related Colors


Comments

No comments written yet.

Please login to write comment.