Color Hex Logo

#dabb20 Color Hex

#DABB20
(218,187,32)
0 Favorites   0 Comments

Color spaces of #dabb20

RGB 21818732
HSL0.140.740.49
HSV50°85°85°
CMYK 0.000.140.85   0.15
XYZ46.944550.55048.6495
Yxy50.55040.44230.4762
Hunter Lab71.0988-6.564542.5563
CIE-Lab76.4059-3.069173.3452

#dabb20 color RGB value is (218,187,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 00100000
Octal 332 273 40
Decimal 218 187 32
Hex DA BB 20

RGB Percentages of Color #dabb20

%49.89
%42.79
%7.32

CMYK Percentages of Color #dabb20

%0
%14
%85
%15

Triadic Colors of #dabb20

#dabb20 #20dabb #bb20da

Analogous Colors of #dabb20

#dabb20 #9cda20 #da5e20

Monochromatic Colors of #dabb20

#dabb20

Complementary Color

#dabb20 #203fda

#dabb20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb20 Color CSS Codes

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

#dabb20 Text Font Color

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

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


#dabb20 Background Color

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

This div background color is #dabb20


#dabb20 Border Color

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

This div border color is #dabb20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb20


Comments

No comments written yet.

Please login to write comment.