Color Hex Logo

#dffb7d Color Hex

#DFFB7D
(223,251,125)
0 Favorites   0 Comments

Color spaces of #dffb7d

RGB 223251125
HSL0.200.940.74
HSV73°50°98°
CMYK 0.110.000.50   0.02
XYZ68.630386.163032.4160
Yxy86.16300.36660.4602
Hunter Lab92.8240-30.466444.2716
CIE-Lab94.3820-27.215656.7681

#dffb7d color RGB value is (223,251,125).

#dffb7d hex color red value is 223, green value is 251 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dffb7d hue: 0.20 , saturation: 0.94 and the lightness value of dffb7d is 0.74.

The process color (four color CMYK) of #dffb7d color hex is 0.11, 0.00, 0.50, 0.02. Web safe color of #dffb7d is #ccff66. Color #dffb7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 01111101
Octal 337 373 175
Decimal 223 251 125
Hex DF FB 7D

RGB Percentages of Color #dffb7d

%37.23
%41.90
%20.87

CMYK Percentages of Color #dffb7d

%11
%0
%50
%2

Triadic Colors of #dffb7d

#dffb7d #7ddffb #fb7ddf

Analogous Colors of #dffb7d

#dffb7d #a0fb7d #fbd87d

Monochromatic Colors of #dffb7d

#dffb7d

Complementary Color

#dffb7d #997dfb

#dffb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffb7d Color CSS Codes

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

#dffb7d Text Font Color

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

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


#dffb7d Background Color

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

This div background color is #dffb7d


#dffb7d Border Color

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

This div border color is #dffb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffb7d


Comments

No comments written yet.

Please login to write comment.