Color Hex Logo

#dab28d Color Hex

#DAB28D
(218,178,141)
0 Favorites   0 Comments

Color spaces of #dab28d

RGB 218178141
HSL0.080.510.70
HSV29°35°85°
CMYK 0.000.180.35   0.15
XYZ49.641648.669331.9770
Yxy48.66930.38100.3736
Hunter Lab69.76344.929521.6580
CIE-Lab75.24519.362624.3791

#dab28d color RGB value is (218,178,141).

#dab28d hex color red value is 218, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dab28d hue: 0.08 , saturation: 0.51 and the lightness value of dab28d is 0.70.

The process color (four color CMYK) of #dab28d color hex is 0.00, 0.18, 0.35, 0.15. Web safe color of #dab28d is #cc9999. Color #dab28d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10001101
Octal 332 262 215
Decimal 218 178 141
Hex DA B2 8D

RGB Percentages of Color #dab28d

%40.60
%33.15
%26.26

CMYK Percentages of Color #dab28d

%0
%18
%35
%15

Triadic Colors of #dab28d

#dab28d #8ddab2 #b28dda

Analogous Colors of #dab28d

#dab28d #dad98d #da8d8f

Monochromatic Colors of #dab28d

#dab28d

Complementary Color

#dab28d #8db5da

#dab28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab28d Color CSS Codes

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

#dab28d Text Font Color

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

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


#dab28d Background Color

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

This div background color is #dab28d


#dab28d Border Color

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

This div border color is #dab28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab28d


Comments

No comments written yet.

Please login to write comment.