Color Hex Logo

#dfe07d Color Hex

#DFE07D
(223,224,125)
0 Favorites   0 Comments

Color spaces of #dfe07d

RGB 223224125
HSL0.170.610.68
HSV61°44°88°
CMYK 0.000.000.44   0.12
XYZ60.788870.480029.8021
Yxy70.48000.37740.4376
Hunter Lab83.9524-17.667237.7194
CIE-Lab87.2317-14.175048.1307

#dfe07d color RGB value is (223,224,125).

#dfe07d hex color red value is 223, green value is 224 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfe07d hue: 0.17 , saturation: 0.61 and the lightness value of dfe07d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 01111101
Octal 337 340 175
Decimal 223 224 125
Hex DF E0 7D

RGB Percentages of Color #dfe07d

%38.99
%39.16
%21.85

CMYK Percentages of Color #dfe07d

%0
%0
%44
%12

Triadic Colors of #dfe07d

#dfe07d #7ddfe0 #e07ddf

Analogous Colors of #dfe07d

#dfe07d #aee07d #e0b07d

Monochromatic Colors of #dfe07d

#dfe07d

Complementary Color

#dfe07d #7e7de0

#dfe07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe07d Color CSS Codes

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

#dfe07d Text Font Color

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

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


#dfe07d Background Color

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

This div background color is #dfe07d


#dfe07d Border Color

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

This div border color is #dfe07d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,224,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 #dfe07d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe07d


Comments

No comments written yet.

Please login to write comment.