Color Hex Logo

#dfd52e Color Hex

#DFD52E
(223,213,46)
0 Favorites   0 Comments

Color spaces of #dfd52e

RGB 22321346
HSL0.160.730.53
HSV57°79°87°
CMYK 0.000.040.79   0.13
XYZ54.718863.473711.9524
Yxy63.47370.42040.4877
Hunter Lab79.6704-16.826746.8744
CIE-Lab83.6910-13.757476.1186

#dfd52e color RGB value is (223,213,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010101 00101110
Octal 337 325 56
Decimal 223 213 46
Hex DF D5 2E

RGB Percentages of Color #dfd52e

%46.27
%44.19
%9.54

CMYK Percentages of Color #dfd52e

%0
%4
%79
%13

Triadic Colors of #dfd52e

#dfd52e #2edfd5 #d52edf

Analogous Colors of #dfd52e

#dfd52e #91df2e #df7d2e

Monochromatic Colors of #dfd52e

#dfd52e

Complementary Color

#dfd52e #2e38df

#dfd52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd52e Color CSS Codes

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

#dfd52e Text Font Color

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

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


#dfd52e Background Color

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

This div background color is #dfd52e


#dfd52e Border Color

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

This div border color is #dfd52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd52e


Comments

No comments written yet.

Please login to write comment.