Color Hex Logo

#dffd6e Color Hex

#DFFD6E
(223,253,110)
0 Favorites   0 Comments

Color spaces of #dffd6e

RGB 223253110
HSL0.200.970.71
HSV73°57°99°
CMYK 0.120.000.57   0.01
XYZ68.371287.064327.9534
Yxy87.06430.37280.4748
Hunter Lab93.3083-32.494447.5536
CIE-Lab94.7655-29.434063.8626

#dffd6e color RGB value is (223,253,110).

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

The process color (four color CMYK) of #dffd6e color hex is 0.12, 0.00, 0.57, 0.01. Web safe color of #dffd6e is #ccff66. Color #dffd6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 01101110
Octal 337 375 156
Decimal 223 253 110
Hex DF FD 6E

RGB Percentages of Color #dffd6e

%38.05
%43.17
%18.77

CMYK Percentages of Color #dffd6e

%12
%0
%57
%1

Triadic Colors of #dffd6e

#dffd6e #6edffd #fd6edf

Analogous Colors of #dffd6e

#dffd6e #98fd6e #fdd46e

Monochromatic Colors of #dffd6e

#dffd6e

Complementary Color

#dffd6e #8c6efd

#dffd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffd6e Color CSS Codes

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

#dffd6e Text Font Color

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

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


#dffd6e Background Color

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

This div background color is #dffd6e


#dffd6e Border Color

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

This div border color is #dffd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffd6e

Related Colors


Comments

No comments written yet.

Please login to write comment.