Color Hex Logo

#daba22 Color Hex

#DABA22
(218,186,34)
0 Favorites   0 Comments

Color spaces of #daba22

RGB 21818634
HSL0.140.730.49
HSV50°84°85°
CMYK 0.000.150.84   0.15
XYZ46.761150.13878.7265
Yxy50.13870.44270.4747
Hunter Lab70.8087-6.036242.2591
CIE-Lab76.1543-2.500272.6571

#daba22 color RGB value is (218,186,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00100010
Octal 332 272 42
Decimal 218 186 34
Hex DA BA 22

RGB Percentages of Color #daba22

%49.77
%42.47
%7.76

CMYK Percentages of Color #daba22

%0
%15
%84
%15

Triadic Colors of #daba22

#daba22 #22daba #ba22da

Analogous Colors of #daba22

#daba22 #9eda22 #da5e22

Monochromatic Colors of #daba22

#daba22

Complementary Color

#daba22 #2242da

#daba22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba22 Color CSS Codes

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

#daba22 Text Font Color

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

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


#daba22 Background Color

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

This div background color is #daba22


#daba22 Border Color

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

This div border color is #daba22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba22


Comments

No comments written yet.

Please login to write comment.