Color Hex Logo

#dabe6e Color Hex

#DABE6E
(218,190,110)
0 Favorites   0 Comments

Color spaces of #dabe6e

RGB 218190110
HSL0.120.590.64
HSV44°50°85°
CMYK 0.000.130.50   0.15
XYZ50.141452.858122.3118
Yxy52.85810.40010.4218
Hunter Lab72.7036-4.125332.6972
CIE-Lab77.7911-0.264743.7977

#dabe6e color RGB value is (218,190,110).

#dabe6e hex color red value is 218, green value is 190 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #dabe6e hue: 0.12 , saturation: 0.59 and the lightness value of dabe6e is 0.64.

The process color (four color CMYK) of #dabe6e color hex is 0.00, 0.13, 0.50, 0.15. Web safe color of #dabe6e is #cccc66. Color #dabe6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01101110
Octal 332 276 156
Decimal 218 190 110
Hex DA BE 6E

RGB Percentages of Color #dabe6e

%42.08
%36.68
%21.24

CMYK Percentages of Color #dabe6e

%0
%13
%50
%15

Triadic Colors of #dabe6e

#dabe6e #6edabe #be6eda

Analogous Colors of #dabe6e

#dabe6e #c0da6e #da886e

Monochromatic Colors of #dabe6e

#dabe6e

Complementary Color

#dabe6e #6e8ada

#dabe6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe6e Color CSS Codes

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

#dabe6e Text Font Color

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

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


#dabe6e Background Color

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

This div background color is #dabe6e


#dabe6e Border Color

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

This div border color is #dabe6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe6e


Comments

No comments written yet.

Please login to write comment.