Color Hex Logo

#dabe31 Color Hex

#DABE31
(218,190,49)
0 Favorites   0 Comments

Color spaces of #dabe31

RGB 21819049
HSL0.140.700.52
HSV50°78°85°
CMYK 0.000.130.78   0.15
XYZ47.881351.954110.4103
Yxy51.95410.43430.4713
Hunter Lab72.0792-7.563341.8923
CIE-Lab77.2534-4.110569.3287

#dabe31 color RGB value is (218,190,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111110 00110001
Octal 332 276 61
Decimal 218 190 49
Hex DA BE 31

RGB Percentages of Color #dabe31

%47.70
%41.58
%10.72

CMYK Percentages of Color #dabe31

%0
%13
%78
%15

Triadic Colors of #dabe31

#dabe31 #31dabe #be31da

Analogous Colors of #dabe31

#dabe31 #a2da31 #da6a31

Monochromatic Colors of #dabe31

#dabe31

Complementary Color

#dabe31 #314dda

#dabe31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabe31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabe31 Color CSS Codes

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

#dabe31 Text Font Color

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

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


#dabe31 Background Color

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

This div background color is #dabe31


#dabe31 Border Color

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

This div border color is #dabe31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabe31


Comments

No comments written yet.

Please login to write comment.