Color Hex Logo

#dabe6d Color Hex

#DABE6D
(218,190,109)
0 Favorites   0 Comments

Color spaces of #dabe6d

RGB 218190109
HSL0.120.600.64
HSV45°50°85°
CMYK 0.000.130.50   0.15
XYZ50.087252.836522.0266
Yxy52.83650.40090.4229
Hunter Lab72.6887-4.207332.9157
CIE-Lab77.7784-0.355344.2803

#dabe6d color RGB value is (218,190,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01101101
Octal 332 276 155
Decimal 218 190 109
Hex DA BE 6D

RGB Percentages of Color #dabe6d

%42.17
%36.75
%21.08

CMYK Percentages of Color #dabe6d

%0
%13
%50
%15

Triadic Colors of #dabe6d

#dabe6d #6ddabe #be6dda

Analogous Colors of #dabe6d

#dabe6d #c0da6d #da886d

Monochromatic Colors of #dabe6d

#dabe6d

Complementary Color

#dabe6d #6d89da

#dabe6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe6d Color CSS Codes

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

#dabe6d Text Font Color

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

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


#dabe6d Background Color

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

This div background color is #dabe6d


#dabe6d Border Color

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

This div border color is #dabe6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe6d


Comments

No comments written yet.

Please login to write comment.