Color Hex Logo

#dfbe72 Color Hex

#DFBE72
(223,190,114)
0 Favorites   0 Comments

Color spaces of #dfbe72

RGB 223190114
HSL0.120.630.66
HSV42°49°87°
CMYK 0.000.150.49   0.13
XYZ51.882153.729823.5560
Yxy53.72980.40170.4160
Hunter Lab73.3006-1.934032.2569
CIE-Lab78.30392.147142.5296

#dfbe72 color RGB value is (223,190,114).

#dfbe72 hex color red value is 223, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dfbe72 hue: 0.12 , saturation: 0.63 and the lightness value of dfbe72 is 0.66.

The process color (four color CMYK) of #dfbe72 color hex is 0.00, 0.15, 0.49, 0.13. Web safe color of #dfbe72 is #cccc66. Color #dfbe72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 01110010
Octal 337 276 162
Decimal 223 190 114
Hex DF BE 72

RGB Percentages of Color #dfbe72

%42.31
%36.05
%21.63

CMYK Percentages of Color #dfbe72

%0
%15
%49
%13

Triadic Colors of #dfbe72

#dfbe72 #72dfbe #be72df

Analogous Colors of #dfbe72

#dfbe72 #cadf72 #df8872

Monochromatic Colors of #dfbe72

#dfbe72

Complementary Color

#dfbe72 #7293df

#dfbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe72 Color CSS Codes

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

#dfbe72 Text Font Color

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

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


#dfbe72 Background Color

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

This div background color is #dfbe72


#dfbe72 Border Color

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

This div border color is #dfbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe72


Comments

No comments written yet.

Please login to write comment.