Color Hex Logo

#dad733 Color Hex

#DAD733
(218,215,51)
0 Favorites   0 Comments

Color spaces of #dad733

RGB 21821551
HSL0.160.690.53
HSV59°77°85°
CMYK 0.000.010.77   0.15
XYZ53.811463.745312.5999
Yxy63.74530.41340.4898
Hunter Lab79.8407-19.414846.5317
CIE-Lab83.8330-16.681574.6645

#dad733 color RGB value is (218,215,51).

#dad733 hex color red value is 218, green value is 215 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dad733 hue: 0.16 , saturation: 0.69 and the lightness value of dad733 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 00110011
Octal 332 327 63
Decimal 218 215 51
Hex DA D7 33

RGB Percentages of Color #dad733

%45.04
%44.42
%10.54

CMYK Percentages of Color #dad733

%0
%1
%77
%15

Triadic Colors of #dad733

#dad733 #33dad7 #d733da

Analogous Colors of #dad733

#dad733 #8ada33 #da8433

Monochromatic Colors of #dad733

#dad733

Complementary Color

#dad733 #3336da

#dad733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad733 Color CSS Codes

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

#dad733 Text Font Color

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

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


#dad733 Background Color

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

This div background color is #dad733


#dad733 Border Color

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

This div border color is #dad733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad733


Comments

No comments written yet.

Please login to write comment.