Color Hex Logo

#dab27c Color Hex

#DAB27C
(218,178,124)
0 Favorites   0 Comments

Color spaces of #dab27c

RGB 218178124
HSL0.100.560.67
HSV34°43°85°
CMYK 0.000.180.43   0.15
XYZ48.471948.201525.8178
Yxy48.20150.39570.3935
Hunter Lab69.42733.125226.5510
CIE-Lab74.95187.439033.0242

#dab27c color RGB value is (218,178,124).

#dab27c hex color red value is 218, green value is 178 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dab27c hue: 0.10 , saturation: 0.56 and the lightness value of dab27c is 0.67.

The process color (four color CMYK) of #dab27c color hex is 0.00, 0.18, 0.43, 0.15. Web safe color of #dab27c is #cc9966. Color #dab27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01111100
Octal 332 262 174
Decimal 218 178 124
Hex DA B2 7C

RGB Percentages of Color #dab27c

%41.92
%34.23
%23.85

CMYK Percentages of Color #dab27c

%0
%18
%43
%15

Triadic Colors of #dab27c

#dab27c #7cdab2 #b27cda

Analogous Colors of #dab27c

#dab27c #d3da7c #da837c

Monochromatic Colors of #dab27c

#dab27c

Complementary Color

#dab27c #7ca4da

#dab27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab27c Color CSS Codes

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

#dab27c Text Font Color

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

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


#dab27c Background Color

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

This div background color is #dab27c


#dab27c Border Color

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

This div border color is #dab27c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,178,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dab27c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dab27c;
  -webkit-box-shadow: 1px 1px 3px 2px #dab27c;
  box-shadow:         1px 1px 3px 2px #dab27c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,178,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab27c

#dab27c Color Palettes


Comments

No comments written yet.

Please login to write comment.