Color Hex Logo

#dfae34 Color Hex

#DFAE34
(223,174,52)
0 Favorites   0 Comments

Color spaces of #dfae34

RGB 22317452
HSL0.120.730.54
HSV43°77°87°
CMYK 0.000.220.77   0.13
XYZ46.187346.20809.7335
Yxy46.20800.45220.4524
Hunter Lab67.97652.324839.0938
CIE-Lab73.68036.542565.1947

#dfae34 color RGB value is (223,174,52).

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

The process color (four color CMYK) of #dfae34 color hex is 0.00, 0.22, 0.77, 0.13. Web safe color of #dfae34 is #cc9933. Color #dfae34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 00110100
Octal 337 256 64
Decimal 223 174 52
Hex DF AE 34

RGB Percentages of Color #dfae34

%49.67
%38.75
%11.58

CMYK Percentages of Color #dfae34

%0
%22
%77
%13

Triadic Colors of #dfae34

#dfae34 #34dfae #ae34df

Analogous Colors of #dfae34

#dfae34 #bbdf34 #df5834

Monochromatic Colors of #dfae34

#dfae34

Complementary Color

#dfae34 #3465df

#dfae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae34 Color CSS Codes

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

#dfae34 Text Font Color

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

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


#dfae34 Background Color

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

This div background color is #dfae34


#dfae34 Border Color

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

This div border color is #dfae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae34


Comments

No comments written yet.

Please login to write comment.