Color Hex Logo

#dfbe48 Color Hex

#DFBE48
(223,190,72)
0 Favorites   0 Comments

Color spaces of #dfbe48

RGB 22319072
HSL0.130.700.58
HSV47°68°87°
CMYK 0.000.150.68   0.13
XYZ50.014652.982813.7215
Yxy52.98280.42850.4539
Hunter Lab72.7893-4.731239.7757
CIE-Lab77.8648-0.923361.5645

#dfbe48 color RGB value is (223,190,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 01001000
Octal 337 276 110
Decimal 223 190 72
Hex DF BE 48

RGB Percentages of Color #dfbe48

%45.98
%39.18
%14.85

CMYK Percentages of Color #dfbe48

%0
%15
%68
%13

Triadic Colors of #dfbe48

#dfbe48 #48dfbe #be48df

Analogous Colors of #dfbe48

#dfbe48 #b5df48 #df7348

Monochromatic Colors of #dfbe48

#dfbe48

Complementary Color

#dfbe48 #4869df

#dfbe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe48 Color CSS Codes

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

#dfbe48 Text Font Color

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

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


#dfbe48 Background Color

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

This div background color is #dfbe48


#dfbe48 Border Color

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

This div border color is #dfbe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe48


Comments

No comments written yet.

Please login to write comment.