Color Hex Logo

#dab28a Color Hex

#DAB28A
(218,178,138)
0 Favorites   0 Comments

Color spaces of #dab28a

RGB 218178138
HSL0.080.520.70
HSV30°37°85°
CMYK 0.000.180.37   0.15
XYZ49.421348.581230.8171
Yxy48.58120.38360.3771
Hunter Lab69.70024.591022.5758
CIE-Lab75.19009.003525.9114

#dab28a color RGB value is (218,178,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10001010
Octal 332 262 212
Decimal 218 178 138
Hex DA B2 8A

RGB Percentages of Color #dab28a

%40.82
%33.33
%25.84

CMYK Percentages of Color #dab28a

%0
%18
%37
%15

Triadic Colors of #dab28a

#dab28a #8adab2 #b28ada

Analogous Colors of #dab28a

#dab28a #dada8a #da8a8a

Monochromatic Colors of #dab28a

#dab28a

Complementary Color

#dab28a #8ab2da

#dab28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab28a Color CSS Codes

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

#dab28a Text Font Color

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

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


#dab28a Background Color

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

This div background color is #dab28a


#dab28a Border Color

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

This div border color is #dab28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab28a


Comments

No comments written yet.

Please login to write comment.