Color Hex Logo

#dfd325 Color Hex

#DFD325
(223,211,37)
0 Favorites   0 Comments

Color spaces of #dfd325

RGB 22321137
HSL0.160.740.51
HSV56°83°87°
CMYK 0.000.050.83   0.13
XYZ54.059662.410110.9474
Yxy62.41010.42430.4898
Hunter Lab79.0001-16.102947.0840
CIE-Lab83.1310-13.020877.9161

#dfd325 color RGB value is (223,211,37).

#dfd325 hex color red value is 223, green value is 211 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dfd325 hue: 0.16 , saturation: 0.74 and the lightness value of dfd325 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010011 00100101
Octal 337 323 45
Decimal 223 211 37
Hex DF D3 25

RGB Percentages of Color #dfd325

%47.35
%44.80
%7.86

CMYK Percentages of Color #dfd325

%0
%5
%83
%13

Triadic Colors of #dfd325

#dfd325 #25dfd3 #d325df

Analogous Colors of #dfd325

#dfd325 #8edf25 #df7625

Monochromatic Colors of #dfd325

#dfd325

Complementary Color

#dfd325 #2531df

#dfd325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd325 Color CSS Codes

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

#dfd325 Text Font Color

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

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


#dfd325 Background Color

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

This div background color is #dfd325


#dfd325 Border Color

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

This div border color is #dfd325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd325


Comments

No comments written yet.

Please login to write comment.