Color Hex Logo

#dfbe4b Color Hex

#DFBE4B
(223,190,75)
0 Favorites   0 Comments

Color spaces of #dfbe4b

RGB 22319075
HSL0.130.700.58
HSV47°66°87°
CMYK 0.000.150.66   0.13
XYZ50.114953.022914.2497
Yxy53.02290.42690.4517
Hunter Lab72.8168-4.580039.3692
CIE-Lab77.8885-0.755660.3349

#dfbe4b color RGB value is (223,190,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 01001011
Octal 337 276 113
Decimal 223 190 75
Hex DF BE 4B

RGB Percentages of Color #dfbe4b

%45.70
%38.93
%15.37

CMYK Percentages of Color #dfbe4b

%0
%15
%66
%13

Triadic Colors of #dfbe4b

#dfbe4b #4bdfbe #be4bdf

Analogous Colors of #dfbe4b

#dfbe4b #b6df4b #df744b

Monochromatic Colors of #dfbe4b

#dfbe4b

Complementary Color

#dfbe4b #4b6cdf

#dfbe4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe4b Color CSS Codes

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

#dfbe4b Text Font Color

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

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


#dfbe4b Background Color

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

This div background color is #dfbe4b


#dfbe4b Border Color

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

This div border color is #dfbe4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe4b


Comments

No comments written yet.

Please login to write comment.