Color Hex Logo

#dab28e Color Hex

#DAB28E
(218,178,142)
0 Favorites   0 Comments

Color spaces of #dab28e

RGB 218178142
HSL0.080.510.71
HSV28°35°85°
CMYK 0.000.180.35   0.15
XYZ49.716348.699232.3707
Yxy48.69920.38010.3724
Hunter Lab69.78485.044121.3468
CIE-Lab75.26389.484023.8680

#dab28e color RGB value is (218,178,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 10001110
Octal 332 262 216
Decimal 218 178 142
Hex DA B2 8E

RGB Percentages of Color #dab28e

%40.52
%33.09
%26.39

CMYK Percentages of Color #dab28e

%0
%18
%35
%15

Triadic Colors of #dab28e

#dab28e #8edab2 #b28eda

Analogous Colors of #dab28e

#dab28e #dad88e #da8e90

Monochromatic Colors of #dab28e

#dab28e

Complementary Color

#dab28e #8eb6da

#dab28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab28e Color CSS Codes

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

#dab28e Text Font Color

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

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


#dab28e Background Color

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

This div background color is #dab28e


#dab28e Border Color

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

This div border color is #dab28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab28e


Comments

No comments written yet.

Please login to write comment.