Color Hex Logo

#dfea73 Color Hex

#DFEA73
(223,234,115)
0 Favorites   0 Comments

Color spaces of #dfea73

RGB 223234115
HSL0.180.740.68
HSV66°51°92°
CMYK 0.050.000.51   0.08
XYZ62.948875.771427.5272
Yxy75.77140.37860.4558
Hunter Lab87.0468-23.247742.1832
CIE-Lab89.7531-19.999755.8698

#dfea73 color RGB value is (223,234,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 01110011
Octal 337 352 163
Decimal 223 234 115
Hex DF EA 73

RGB Percentages of Color #dfea73

%38.99
%40.91
%20.10

CMYK Percentages of Color #dfea73

%5
%0
%51
%8

Triadic Colors of #dfea73

#dfea73 #73dfea #ea73df

Analogous Colors of #dfea73

#dfea73 #a4ea73 #eaba73

Monochromatic Colors of #dfea73

#dfea73

Complementary Color

#dfea73 #7e73ea

#dfea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea73 Color CSS Codes

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

#dfea73 Text Font Color

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

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


#dfea73 Background Color

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

This div background color is #dfea73


#dfea73 Border Color

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

This div border color is #dfea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea73


Comments

No comments written yet.

Please login to write comment.