Color Hex Logo

#dfbe2d Color Hex

#DFBE2D
(223,190,45)
0 Favorites   0 Comments

Color spaces of #dfbe2d

RGB 22319045
HSL0.140.740.53
HSV49°80°87°
CMYK 0.000.150.80   0.13
XYZ49.318552.704310.0562
Yxy52.70430.44000.4702
Hunter Lab72.5977-5.783942.6056
CIE-Lab77.7001-2.094671.1478

#dfbe2d color RGB value is (223,190,45).

#dfbe2d hex color red value is 223, green value is 190 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dfbe2d hue: 0.14 , saturation: 0.74 and the lightness value of dfbe2d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 00101101
Octal 337 276 55
Decimal 223 190 45
Hex DF BE 2D

RGB Percentages of Color #dfbe2d

%48.69
%41.48
%9.83

CMYK Percentages of Color #dfbe2d

%0
%15
%80
%13

Triadic Colors of #dfbe2d

#dfbe2d #2ddfbe #be2ddf

Analogous Colors of #dfbe2d

#dfbe2d #a7df2d #df652d

Monochromatic Colors of #dfbe2d

#dfbe2d

Complementary Color

#dfbe2d #2d4edf

#dfbe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe2d Color CSS Codes

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

#dfbe2d Text Font Color

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

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


#dfbe2d Background Color

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

This div background color is #dfbe2d


#dfbe2d Border Color

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

This div border color is #dfbe2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe2d


Comments

No comments written yet.

Please login to write comment.