Color Hex Logo

#daad30 Color Hex

#DAAD30
(218,173,48)
0 Favorites   0 Comments

Color spaces of #daad30

RGB 21817348
HSL0.120.700.52
HSV44°78°85°
CMYK 0.000.210.78   0.15
XYZ44.390545.00609.1437
Yxy45.00600.45050.4567
Hunter Lab67.08650.710338.8795
CIE-Lab72.89584.758765.6862

#daad30 color RGB value is (218,173,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 00110000
Octal 332 255 60
Decimal 218 173 48
Hex DA AD 30

RGB Percentages of Color #daad30

%49.66
%39.41
%10.93

CMYK Percentages of Color #daad30

%0
%21
%78
%15

Triadic Colors of #daad30

#daad30 #30daad #ad30da

Analogous Colors of #daad30

#daad30 #b2da30 #da5830

Monochromatic Colors of #daad30

#daad30

Complementary Color

#daad30 #305dda

#daad30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad30 Color CSS Codes

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

#daad30 Text Font Color

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

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


#daad30 Background Color

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

This div background color is #daad30


#daad30 Border Color

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

This div border color is #daad30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad30


Comments

No comments written yet.

Please login to write comment.