Color Hex Logo

#dbae72 Color Hex

#DBAE72
(219,174,114)
0 Favorites   0 Comments

Color spaces of #dbae72

RGB 219174114
HSL0.100.590.65
HSV34°48°86°
CMYK 0.000.210.48   0.14
XYZ47.386746.547122.4065
Yxy46.54710.40730.4001
Hunter Lab68.22544.584628.2859
CIE-Lab73.89918.972836.9208

#dbae72 color RGB value is (219,174,114).

#dbae72 hex color red value is 219, green value is 174 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dbae72 hue: 0.10 , saturation: 0.59 and the lightness value of dbae72 is 0.65.

The process color (four color CMYK) of #dbae72 color hex is 0.00, 0.21, 0.48, 0.14. Web safe color of #dbae72 is #cc9966. Color #dbae72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101110 01110010
Octal 333 256 162
Decimal 219 174 114
Hex DB AE 72

RGB Percentages of Color #dbae72

%43.20
%34.32
%22.49

CMYK Percentages of Color #dbae72

%0
%21
%48
%14

Triadic Colors of #dbae72

#dbae72 #72dbae #ae72db

Analogous Colors of #dbae72

#dbae72 #d4db72 #db7a72

Monochromatic Colors of #dbae72

#dbae72

Complementary Color

#dbae72 #729fdb

#dbae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbae72 Color CSS Codes

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

#dbae72 Text Font Color

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

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


#dbae72 Background Color

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

This div background color is #dbae72


#dbae72 Border Color

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

This div border color is #dbae72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,174,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 #dbae72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbae72


Comments

No comments written yet.

Please login to write comment.