Color Hex Logo

#daad3b Color Hex

#DAAD3B
(218,173,59)
0 Favorites   0 Comments

Color spaces of #daad3b

RGB 21817359
HSL0.120.680.54
HSV43°73°85°
CMYK 0.000.210.73   0.15
XYZ44.646445.108310.4913
Yxy45.10830.44540.4500
Hunter Lab67.16271.123137.7524
CIE-Lab72.96315.212661.6952

#daad3b color RGB value is (218,173,59).

#daad3b hex color red value is 218, green value is 173 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #daad3b hue: 0.12 , saturation: 0.68 and the lightness value of daad3b is 0.54.

The process color (four color CMYK) of #daad3b color hex is 0.00, 0.21, 0.73, 0.15. Web safe color of #daad3b is #cc9933. Color #daad3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 00111011
Octal 332 255 73
Decimal 218 173 59
Hex DA AD 3B

RGB Percentages of Color #daad3b

%48.44
%38.44
%13.11

CMYK Percentages of Color #daad3b

%0
%21
%73
%15

Triadic Colors of #daad3b

#daad3b #3bdaad #ad3bda

Analogous Colors of #daad3b

#daad3b #b8da3b #da5e3b

Monochromatic Colors of #daad3b

#daad3b

Complementary Color

#daad3b #3b68da

#daad3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad3b Color CSS Codes

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

#daad3b Text Font Color

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

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


#daad3b Background Color

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

This div background color is #daad3b


#daad3b Border Color

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

This div border color is #daad3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad3b


Comments

No comments written yet.

Please login to write comment.