Color Hex Logo

#dabc4e Color Hex

#DABC4E
(218,188,78)
0 Favorites   0 Comments

Color spaces of #dabc4e

RGB 21818878
HSL0.130.650.58
HSV47°64°85°
CMYK 0.000.140.64   0.15
XYZ48.271851.421914.5890
Yxy51.42190.42240.4500
Hunter Lab71.7091-5.331538.1340
CIE-Lab76.9339-1.654757.8893

#dabc4e color RGB value is (218,188,78).

#dabc4e hex color red value is 218, green value is 188 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dabc4e hue: 0.13 , saturation: 0.65 and the lightness value of dabc4e is 0.58.

The process color (four color CMYK) of #dabc4e color hex is 0.00, 0.14, 0.64, 0.15. Web safe color of #dabc4e is #cccc66. Color #dabc4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 01001110
Octal 332 274 116
Decimal 218 188 78
Hex DA BC 4E

RGB Percentages of Color #dabc4e

%45.04
%38.84
%16.12

CMYK Percentages of Color #dabc4e

%0
%14
%64
%15

Triadic Colors of #dabc4e

#dabc4e #4edabc #bc4eda

Analogous Colors of #dabc4e

#dabc4e #b2da4e #da764e

Monochromatic Colors of #dabc4e

#dabc4e

Complementary Color

#dabc4e #4e6cda

#dabc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc4e Color CSS Codes

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

#dabc4e Text Font Color

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

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


#dabc4e Background Color

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

This div background color is #dabc4e


#dabc4e Border Color

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

This div border color is #dabc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc4e


Comments

No comments written yet.

Please login to write comment.