Color Hex Logo

#dabe84 Color Hex

#DABE84
(218,190,132)
0 Favorites   0 Comments

Color spaces of #dabe84

RGB 218190132
HSL0.110.540.69
HSV40°39°85°
CMYK 0.000.130.39   0.15
XYZ51.491853.398329.4228
Yxy53.39830.38340.3976
Hunter Lab73.0741-2.099527.2792
CIE-Lab78.10961.957532.9561

#dabe84 color RGB value is (218,190,132).

#dabe84 hex color red value is 218, green value is 190 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #dabe84 hue: 0.11 , saturation: 0.54 and the lightness value of dabe84 is 0.69.

The process color (four color CMYK) of #dabe84 color hex is 0.00, 0.13, 0.39, 0.15. Web safe color of #dabe84 is #cccc99. Color #dabe84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 10000100
Octal 332 276 204
Decimal 218 190 132
Hex DA BE 84

RGB Percentages of Color #dabe84

%40.37
%35.19
%24.44

CMYK Percentages of Color #dabe84

%0
%13
%39
%15

Triadic Colors of #dabe84

#dabe84 #84dabe #be84da

Analogous Colors of #dabe84

#dabe84 #cbda84 #da9384

Monochromatic Colors of #dabe84

#dabe84

Complementary Color

#dabe84 #84a0da

#dabe84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe84 Color CSS Codes

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

#dabe84 Text Font Color

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

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


#dabe84 Background Color

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

This div background color is #dabe84


#dabe84 Border Color

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

This div border color is #dabe84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe84


Comments

No comments written yet.

Please login to write comment.