Color Hex Logo

#dfd538 Color Hex

#DFD538
(223,213,56)
0 Favorites   0 Comments

Color spaces of #dfd538

RGB 22321356
HSL0.160.720.55
HSV56°75°87°
CMYK 0.000.040.75   0.13
XYZ54.939563.562013.1145
Yxy63.56200.41740.4829
Hunter Lab79.7258-16.514746.0551
CIE-Lab83.7372-13.398173.1902

#dfd538 color RGB value is (223,213,56).

#dfd538 hex color red value is 223, green value is 213 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dfd538 hue: 0.16 , saturation: 0.72 and the lightness value of dfd538 is 0.55.

The process color (four color CMYK) of #dfd538 color hex is 0.00, 0.04, 0.75, 0.13. Web safe color of #dfd538 is #cccc33. Color #dfd538 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00111000
Octal 337 325 70
Decimal 223 213 56
Hex DF D5 38

RGB Percentages of Color #dfd538

%45.33
%43.29
%11.38

CMYK Percentages of Color #dfd538

%0
%4
%75
%13

Triadic Colors of #dfd538

#dfd538 #38dfd5 #d538df

Analogous Colors of #dfd538

#dfd538 #96df38 #df8238

Monochromatic Colors of #dfd538

#dfd538

Complementary Color

#dfd538 #3842df

#dfd538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd538 Color CSS Codes

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

#dfd538 Text Font Color

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

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


#dfd538 Background Color

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

This div background color is #dfd538


#dfd538 Border Color

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

This div border color is #dfd538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd538


Comments

No comments written yet.

Please login to write comment.