Color Hex Logo

#dfd435 Color Hex

#DFD435
(223,212,53)
0 Favorites   0 Comments

Color spaces of #dfd435

RGB 22321253
HSL0.160.730.54
HSV56°76°87°
CMYK 0.000.050.76   0.13
XYZ54.617563.032012.6559
Yxy63.03200.41910.4837
Hunter Lab79.3927-16.139746.1235
CIE-Lab83.4592-13.015273.8759

#dfd435 color RGB value is (223,212,53).

#dfd435 hex color red value is 223, green value is 212 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dfd435 hue: 0.16 , saturation: 0.73 and the lightness value of dfd435 is 0.54.

The process color (four color CMYK) of #dfd435 color hex is 0.00, 0.05, 0.76, 0.13. Web safe color of #dfd435 is #cccc33. Color #dfd435 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010100 00110101
Octal 337 324 65
Decimal 223 212 53
Hex DF D4 35

RGB Percentages of Color #dfd435

%45.70
%43.44
%10.86

CMYK Percentages of Color #dfd435

%0
%5
%76
%13

Triadic Colors of #dfd435

#dfd435 #35dfd4 #d435df

Analogous Colors of #dfd435

#dfd435 #95df35 #df7f35

Monochromatic Colors of #dfd435

#dfd435

Complementary Color

#dfd435 #3540df

#dfd435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd435 Color CSS Codes

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

#dfd435 Text Font Color

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

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


#dfd435 Background Color

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

This div background color is #dfd435


#dfd435 Border Color

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

This div border color is #dfd435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd435


Comments

No comments written yet.

Please login to write comment.