Color Hex Logo

#dffd8d Color Hex

#DFFD8D
(223,253,141)
0 Favorites   0 Comments

Color spaces of #dffd8d

RGB 223253141
HSL0.210.970.77
HSV76°44°99°
CMYK 0.120.000.44   0.01
XYZ70.364487.861638.4497
Yxy87.86160.35780.4467
Hunter Lab93.7345-30.039541.2935
CIE-Lab95.1026-26.575150.1916

#dffd8d color RGB value is (223,253,141).

#dffd8d hex color red value is 223, green value is 253 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dffd8d hue: 0.21 , saturation: 0.97 and the lightness value of dffd8d is 0.77.

The process color (four color CMYK) of #dffd8d color hex is 0.12, 0.00, 0.44, 0.01. Web safe color of #dffd8d is #ccff99. Color #dffd8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10001101
Octal 337 375 215
Decimal 223 253 141
Hex DF FD 8D

RGB Percentages of Color #dffd8d

%36.14
%41.00
%22.85

CMYK Percentages of Color #dffd8d

%12
%0
%44
%1

Triadic Colors of #dffd8d

#dffd8d #8ddffd #fd8ddf

Analogous Colors of #dffd8d

#dffd8d #a7fd8d #fde38d

Monochromatic Colors of #dffd8d

#dffd8d

Complementary Color

#dffd8d #ab8dfd

#dffd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffd8d Color CSS Codes

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

#dffd8d Text Font Color

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

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


#dffd8d Background Color

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

This div background color is #dffd8d


#dffd8d Border Color

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

This div border color is #dffd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffd8d


Comments

No comments written yet.

Please login to write comment.