Color Hex Logo

#dabe49 Color Hex

#DABE49
(218,190,73)
0 Favorites   0 Comments

Color spaces of #dabe49

RGB 21819073
HSL0.130.660.57
HSV48°67°85°
CMYK 0.000.130.67   0.15
XYZ48.529552.213413.8237
Yxy52.21340.42360.4557
Hunter Lab72.2588-6.571239.2385
CIE-Lab77.4083-2.990960.5290

#dabe49 color RGB value is (218,190,73).

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

The process color (four color CMYK) of #dabe49 color hex is 0.00, 0.13, 0.67, 0.15. Web safe color of #dabe49 is #cccc33. Color #dabe49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 01001001
Octal 332 276 111
Decimal 218 190 73
Hex DA BE 49

RGB Percentages of Color #dabe49

%45.32
%39.50
%15.18

CMYK Percentages of Color #dabe49

%0
%13
%67
%15

Triadic Colors of #dabe49

#dabe49 #49dabe #be49da

Analogous Colors of #dabe49

#dabe49 #aeda49 #da7649

Monochromatic Colors of #dabe49

#dabe49

Complementary Color

#dabe49 #4965da

#dabe49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe49 Color CSS Codes

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

#dabe49 Text Font Color

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

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


#dabe49 Background Color

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

This div background color is #dabe49


#dabe49 Border Color

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

This div border color is #dabe49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe49


Comments

No comments written yet.

Please login to write comment.