Color Hex Logo

#dfea7d Color Hex

#DFEA7D
(223,234,125)
0 Favorites   0 Comments

Color spaces of #dfea7d

RGB 223234125
HSL0.180.720.70
HSV66°47°92°
CMYK 0.050.000.47   0.08
XYZ63.555976.014330.7245
Yxy76.01430.37320.4464
Hunter Lab87.1862-22.455140.1365
CIE-Lab89.8660-19.089751.3464

#dfea7d color RGB value is (223,234,125).

#dfea7d hex color red value is 223, green value is 234 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dfea7d hue: 0.18 , saturation: 0.72 and the lightness value of dfea7d is 0.70.

The process color (four color CMYK) of #dfea7d color hex is 0.05, 0.00, 0.47, 0.08. Web safe color of #dfea7d is #ccff66. Color #dfea7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 01111101
Octal 337 352 175
Decimal 223 234 125
Hex DF EA 7D

RGB Percentages of Color #dfea7d

%38.32
%40.21
%21.48

CMYK Percentages of Color #dfea7d

%5
%0
%47
%8

Triadic Colors of #dfea7d

#dfea7d #7ddfea #ea7ddf

Analogous Colors of #dfea7d

#dfea7d #a9ea7d #eabf7d

Monochromatic Colors of #dfea7d

#dfea7d

Complementary Color

#dfea7d #887dea

#dfea7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea7d Color CSS Codes

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

#dfea7d Text Font Color

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

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


#dfea7d Background Color

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

This div background color is #dfea7d


#dfea7d Border Color

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

This div border color is #dfea7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea7d


Comments

No comments written yet.

Please login to write comment.