Color Hex Logo

#dabb31 Color Hex

#DABB31
(218,187,49)
0 Favorites   0 Comments

Color spaces of #dabb31

RGB 21818749
HSL0.140.700.52
HSV49°78°85°
CMYK 0.000.140.78   0.15
XYZ47.238150.667810.1959
Yxy50.66780.43700.4687
Hunter Lab71.1813-6.109241.3343
CIE-Lab76.4773-2.555068.6229

#dabb31 color RGB value is (218,187,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00110001
Octal 332 273 61
Decimal 218 187 49
Hex DA BB 31

RGB Percentages of Color #dabb31

%48.02
%41.19
%10.79

CMYK Percentages of Color #dabb31

%0
%14
%78
%15

Triadic Colors of #dabb31

#dabb31 #31dabb #bb31da

Analogous Colors of #dabb31

#dabb31 #a5da31 #da6731

Monochromatic Colors of #dabb31

#dabb31

Complementary Color

#dabb31 #3150da

#dabb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb31 Color CSS Codes

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

#dabb31 Text Font Color

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

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


#dabb31 Background Color

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

This div background color is #dabb31


#dabb31 Border Color

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

This div border color is #dabb31


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,187,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 #dabb31">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb31


Comments

No comments written yet.

Please login to write comment.