Color Hex Logo

#dfd353 Color Hex

#DFD353
(223,211,83)
0 Favorites   0 Comments

Color spaces of #dfd353

RGB 22321183
HSL0.150.690.60
HSV55°63°87°
CMYK 0.000.050.63   0.13
XYZ55.287062.901017.4108
Yxy62.90100.40770.4639
Hunter Lab79.3102-14.360742.5013
CIE-Lab83.3903-11.026462.8076

#dfd353 color RGB value is (223,211,83).

#dfd353 hex color red value is 223, green value is 211 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dfd353 hue: 0.15 , saturation: 0.69 and the lightness value of dfd353 is 0.60.

The process color (four color CMYK) of #dfd353 color hex is 0.00, 0.05, 0.63, 0.13. Web safe color of #dfd353 is #cccc66. Color #dfd353 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 01010011
Octal 337 323 123
Decimal 223 211 83
Hex DF D3 53

RGB Percentages of Color #dfd353

%43.13
%40.81
%16.05

CMYK Percentages of Color #dfd353

%0
%5
%63
%13

Triadic Colors of #dfd353

#dfd353 #53dfd3 #d353df

Analogous Colors of #dfd353

#dfd353 #a5df53 #df8d53

Monochromatic Colors of #dfd353

#dfd353

Complementary Color

#dfd353 #535fdf

#dfd353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd353 Color CSS Codes

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

#dfd353 Text Font Color

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

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


#dfd353 Background Color

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

This div background color is #dfd353


#dfd353 Border Color

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

This div border color is #dfd353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd353


Comments

No comments written yet.

Please login to write comment.