Color Hex Logo

#dba27e Color Hex

#DBA27E
(219,162,126)
0 Favorites   0 Comments

Color spaces of #dba27e

RGB 219162126
HSL0.060.560.68
HSV23°42°86°
CMYK 0.000.260.42   0.14
XYZ45.899642.407125.5049
Yxy42.40710.40330.3726
Hunter Lab65.120711.852422.3633
CIE-Lab71.150716.628126.9727

#dba27e color RGB value is (219,162,126).

#dba27e hex color red value is 219, green value is 162 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dba27e hue: 0.06 , saturation: 0.56 and the lightness value of dba27e is 0.68.

The process color (four color CMYK) of #dba27e color hex is 0.00, 0.26, 0.42, 0.14. Web safe color of #dba27e is #cc9966. Color #dba27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 01111110
Octal 333 242 176
Decimal 219 162 126
Hex DB A2 7E

RGB Percentages of Color #dba27e

%43.20
%31.95
%24.85

CMYK Percentages of Color #dba27e

%0
%26
%42
%14

Triadic Colors of #dba27e

#dba27e #7edba2 #a27edb

Analogous Colors of #dba27e

#dba27e #dbd17e #db7e89

Monochromatic Colors of #dba27e

#dba27e

Complementary Color

#dba27e #7eb7db

#dba27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba27e Color CSS Codes

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

#dba27e Text Font Color

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

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


#dba27e Background Color

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

This div background color is #dba27e


#dba27e Border Color

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

This div border color is #dba27e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,162,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba27e


Comments

No comments written yet.

Please login to write comment.