Color Hex Logo

#dabe2a Color Hex

#DABE2A
(218,190,42)
0 Favorites   0 Comments

Color spaces of #dabe2a

RGB 21819042
HSL0.140.700.51
HSV50°81°85°
CMYK 0.000.130.81   0.15
XYZ47.744851.89959.6917
Yxy51.89950.43670.4747
Hunter Lab72.0413-7.772842.4526
CIE-Lab77.2207-4.348171.4270

#dabe2a color RGB value is (218,190,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00101010
Octal 332 276 52
Decimal 218 190 42
Hex DA BE 2A

RGB Percentages of Color #dabe2a

%48.44
%42.22
%9.33

CMYK Percentages of Color #dabe2a

%0
%13
%81
%15

Triadic Colors of #dabe2a

#dabe2a #2adabe #be2ada

Analogous Colors of #dabe2a

#dabe2a #9eda2a #da662a

Monochromatic Colors of #dabe2a

#dabe2a

Complementary Color

#dabe2a #2a46da

#dabe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe2a Color CSS Codes

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

#dabe2a Text Font Color

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

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


#dabe2a Background Color

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

This div background color is #dabe2a


#dabe2a Border Color

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

This div border color is #dabe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe2a


Comments

No comments written yet.

Please login to write comment.