Color Hex Logo

#dfd28a Color Hex

#DFD28A
(223,210,138)
0 Favorites   0 Comments

Color spaces of #dfd28a

RGB 223210138
HSL0.140.570.71
HSV51°38°87°
CMYK 0.000.060.38   0.13
XYZ58.065563.616133.2635
Yxy63.61610.37470.4106
Hunter Lab79.7597-9.630531.1051
CIE-Lab83.7655-5.765837.3100

#dfd28a color RGB value is (223,210,138).

#dfd28a hex color red value is 223, green value is 210 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #dfd28a hue: 0.14 , saturation: 0.57 and the lightness value of dfd28a is 0.71.

The process color (four color CMYK) of #dfd28a color hex is 0.00, 0.06, 0.38, 0.13. Web safe color of #dfd28a is #cccc99. Color #dfd28a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010010 10001010
Octal 337 322 212
Decimal 223 210 138
Hex DF D2 8A

RGB Percentages of Color #dfd28a

%39.05
%36.78
%24.17

CMYK Percentages of Color #dfd28a

%0
%6
%38
%13

Triadic Colors of #dfd28a

#dfd28a #8adfd2 #d28adf

Analogous Colors of #dfd28a

#dfd28a #c2df8a #dfa88a

Monochromatic Colors of #dfd28a

#dfd28a

Complementary Color

#dfd28a #8a97df

#dfd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd28a Color CSS Codes

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

#dfd28a Text Font Color

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

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


#dfd28a Background Color

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

This div background color is #dfd28a


#dfd28a Border Color

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

This div border color is #dfd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd28a


Comments

No comments written yet.

Please login to write comment.