Color Hex Logo

#dfbe3a Color Hex

#DFBE3A
(223,190,58)
0 Favorites   0 Comments

Color spaces of #dfbe3a

RGB 22319058
HSL0.130.720.55
HSV48°74°87°
CMYK 0.000.150.74   0.13
XYZ49.608652.820411.5837
Yxy52.82040.43510.4633
Hunter Lab72.6776-5.344641.4244
CIE-Lab77.7688-1.604766.9030

#dfbe3a color RGB value is (223,190,58).

#dfbe3a hex color red value is 223, green value is 190 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dfbe3a hue: 0.13 , saturation: 0.72 and the lightness value of dfbe3a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 00111010
Octal 337 276 72
Decimal 223 190 58
Hex DF BE 3A

RGB Percentages of Color #dfbe3a

%47.35
%40.34
%12.31

CMYK Percentages of Color #dfbe3a

%0
%15
%74
%13

Triadic Colors of #dfbe3a

#dfbe3a #3adfbe #be3adf

Analogous Colors of #dfbe3a

#dfbe3a #aedf3a #df6c3a

Monochromatic Colors of #dfbe3a

#dfbe3a

Complementary Color

#dfbe3a #3a5bdf

#dfbe3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe3a Color CSS Codes

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

#dfbe3a Text Font Color

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

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


#dfbe3a Background Color

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

This div background color is #dfbe3a


#dfbe3a Border Color

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

This div border color is #dfbe3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe3a


Comments

No comments written yet.

Please login to write comment.