Color Hex Logo

#daba26 Color Hex

#DABA26
(218,186,38)
0 Favorites   0 Comments

Color spaces of #daba26

RGB 21818638
HSL0.140.710.50
HSV49°83°85°
CMYK 0.000.150.83   0.15
XYZ46.822250.16329.0484
Yxy50.16320.44160.4731
Hunter Lab70.8260-5.941342.0036
CIE-Lab76.1693-2.393171.6355

#daba26 color RGB value is (218,186,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00100110
Octal 332 272 46
Decimal 218 186 38
Hex DA BA 26

RGB Percentages of Color #daba26

%49.32
%42.08
%8.60

CMYK Percentages of Color #daba26

%0
%15
%83
%15

Triadic Colors of #daba26

#daba26 #26daba #ba26da

Analogous Colors of #daba26

#daba26 #a0da26 #da6026

Monochromatic Colors of #daba26

#daba26

Complementary Color

#daba26 #2646da

#daba26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba26 Color CSS Codes

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

#daba26 Text Font Color

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

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


#daba26 Background Color

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

This div background color is #daba26


#daba26 Border Color

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

This div border color is #daba26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba26


Comments

No comments written yet.

Please login to write comment.