Color Hex Logo

#daba27 Color Hex

#DABA27
(218,186,39)
0 Favorites   0 Comments

Color spaces of #daba27

RGB 21818639
HSL0.140.710.50
HSV49°82°85°
CMYK 0.000.150.82   0.15
XYZ46.838650.16979.1345
Yxy50.16970.44130.4727
Hunter Lab70.8306-5.915641.9352
CIE-Lab76.1733-2.364171.3664

#daba27 color RGB value is (218,186,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00100111
Octal 332 272 47
Decimal 218 186 39
Hex DA BA 27

RGB Percentages of Color #daba27

%49.21
%41.99
%8.80

CMYK Percentages of Color #daba27

%0
%15
%82
%15

Triadic Colors of #daba27

#daba27 #27daba #ba27da

Analogous Colors of #daba27

#daba27 #a1da27 #da6127

Monochromatic Colors of #daba27

#daba27

Complementary Color

#daba27 #2747da

#daba27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba27 Color CSS Codes

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

#daba27 Text Font Color

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

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


#daba27 Background Color

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

This div background color is #daba27


#daba27 Border Color

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

This div border color is #daba27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba27


Comments

No comments written yet.

Please login to write comment.