Color Hex Logo

#dfd125 Color Hex

#DFD125
(223,209,37)
0 Favorites   0 Comments

Color spaces of #dfd125

RGB 22320937
HSL0.150.740.51
HSV55°83°87°
CMYK 0.000.060.83   0.13
XYZ53.565861.422510.7828
Yxy61.42250.42590.4884
Hunter Lab78.3725-15.151346.7034
CIE-Lab82.6054-12.020277.4782

#dfd125 color RGB value is (223,209,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010001 00100101
Octal 337 321 45
Decimal 223 209 37
Hex DF D1 25

RGB Percentages of Color #dfd125

%47.55
%44.56
%7.89

CMYK Percentages of Color #dfd125

%0
%6
%83
%13

Triadic Colors of #dfd125

#dfd125 #25dfd1 #d125df

Analogous Colors of #dfd125

#dfd125 #90df25 #df7425

Monochromatic Colors of #dfd125

#dfd125

Complementary Color

#dfd125 #2533df

#dfd125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd125 Color CSS Codes

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

#dfd125 Text Font Color

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

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


#dfd125 Background Color

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

This div background color is #dfd125


#dfd125 Border Color

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

This div border color is #dfd125


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,209,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 #dfd125">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd125


Comments

No comments written yet.

Please login to write comment.