Color Hex Logo

#daba25 Color Hex

#DABA25
(218,186,37)
0 Favorites   0 Comments

Color spaces of #daba25

RGB 21818637
HSL0.140.710.50
HSV49°83°85°
CMYK 0.000.150.83   0.15
XYZ46.806350.15688.9645
Yxy50.15680.44190.4735
Hunter Lab70.8215-5.965942.0702
CIE-Lab76.1654-2.420971.8993

#daba25 color RGB value is (218,186,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00100101
Octal 332 272 45
Decimal 218 186 37
Hex DA BA 25

RGB Percentages of Color #daba25

%49.43
%42.18
%8.39

CMYK Percentages of Color #daba25

%0
%15
%83
%15

Triadic Colors of #daba25

#daba25 #25daba #ba25da

Analogous Colors of #daba25

#daba25 #a0da25 #da6025

Monochromatic Colors of #daba25

#daba25

Complementary Color

#daba25 #2545da

#daba25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba25 Color CSS Codes

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

#daba25 Text Font Color

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

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


#daba25 Background Color

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

This div background color is #daba25


#daba25 Border Color

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

This div border color is #daba25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba25


Comments

No comments written yet.

Please login to write comment.