Color Hex Logo

#dabe4d Color Hex

#DABE4D
(218,190,77)
0 Favorites   0 Comments

Color spaces of #dabe4d

RGB 21819077
HSL0.130.660.58
HSV48°65°85°
CMYK 0.000.130.65   0.15
XYZ48.666552.268214.5449
Yxy52.26820.42140.4526
Hunter Lab72.2967-6.362238.6796
CIE-Lab77.4409-2.756058.8668

#dabe4d color RGB value is (218,190,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01001101
Octal 332 276 115
Decimal 218 190 77
Hex DA BE 4D

RGB Percentages of Color #dabe4d

%44.95
%39.18
%15.88

CMYK Percentages of Color #dabe4d

%0
%13
%65
%15

Triadic Colors of #dabe4d

#dabe4d #4ddabe #be4dda

Analogous Colors of #dabe4d

#dabe4d #b0da4d #da784d

Monochromatic Colors of #dabe4d

#dabe4d

Complementary Color

#dabe4d #4d69da

#dabe4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe4d Color CSS Codes

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

#dabe4d Text Font Color

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

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


#dabe4d Background Color

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

This div background color is #dabe4d


#dabe4d Border Color

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

This div border color is #dabe4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe4d


Comments

No comments written yet.

Please login to write comment.