Color Hex Logo

#dfc134 Color Hex

#DFC134
(223,193,52)
0 Favorites   0 Comments

Color spaces of #dfc134

RGB 22319352
HSL0.140.730.54
HSV49°77°87°
CMYK 0.000.130.77   0.13
XYZ50.121254.075811.0448
Yxy54.07580.43490.4692
Hunter Lab73.5362-7.025542.5703
CIE-Lab78.5059-3.399969.6668

#dfc134 color RGB value is (223,193,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000001 00110100
Octal 337 301 64
Decimal 223 193 52
Hex DF C1 34

RGB Percentages of Color #dfc134

%47.65
%41.24
%11.11

CMYK Percentages of Color #dfc134

%0
%13
%77
%13

Triadic Colors of #dfc134

#dfc134 #34dfc1 #c134df

Analogous Colors of #dfc134

#dfc134 #a8df34 #df6c34

Monochromatic Colors of #dfc134

#dfc134

Complementary Color

#dfc134 #3452df

#dfc134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc134 Color CSS Codes

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

#dfc134 Text Font Color

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

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


#dfc134 Background Color

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

This div background color is #dfc134


#dfc134 Border Color

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

This div border color is #dfc134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc134


Comments

No comments written yet.

Please login to write comment.