Color Hex Logo

#dabe2e Color Hex

#DABE2E
(218,190,46)
0 Favorites   0 Comments

Color spaces of #dabe2e

RGB 21819046
HSL0.140.700.52
HSV50°79°85°
CMYK 0.000.130.79   0.15
XYZ47.820051.929610.0878
Yxy51.92960.43540.4728
Hunter Lab72.0622-7.657442.1437
CIE-Lab77.2387-4.217270.2578

#dabe2e color RGB value is (218,190,46).

#dabe2e hex color red value is 218, green value is 190 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dabe2e hue: 0.14 , saturation: 0.70 and the lightness value of dabe2e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00101110
Octal 332 276 56
Decimal 218 190 46
Hex DA BE 2E

RGB Percentages of Color #dabe2e

%48.02
%41.85
%10.13

CMYK Percentages of Color #dabe2e

%0
%13
%79
%15

Triadic Colors of #dabe2e

#dabe2e #2edabe #be2eda

Analogous Colors of #dabe2e

#dabe2e #a0da2e #da682e

Monochromatic Colors of #dabe2e

#dabe2e

Complementary Color

#dabe2e #2e4ada

#dabe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe2e Color CSS Codes

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

#dabe2e Text Font Color

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

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


#dabe2e Background Color

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

This div background color is #dabe2e


#dabe2e Border Color

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

This div border color is #dabe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe2e

#dabe2e Color Palettes


Comments

No comments written yet.

Please login to write comment.