Color Hex Logo

#dad743 Color Hex

#DAD743
(218,215,67)
0 Favorites   0 Comments

Color spaces of #dad743

RGB 21821567
HSL0.160.670.56
HSV59°69°85°
CMYK 0.000.010.69   0.15
XYZ54.227063.911614.7883
Yxy63.91160.40790.4808
Hunter Lab79.9447-18.825644.9938
CIE-Lab83.9197-15.993269.4700

#dad743 color RGB value is (218,215,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 01000011
Octal 332 327 103
Decimal 218 215 67
Hex DA D7 43

RGB Percentages of Color #dad743

%43.60
%43.00
%13.40

CMYK Percentages of Color #dad743

%0
%1
%69
%15

Triadic Colors of #dad743

#dad743 #43dad7 #d743da

Analogous Colors of #dad743

#dad743 #92da43 #da8c43

Monochromatic Colors of #dad743

#dad743

Complementary Color

#dad743 #4346da

#dad743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad743 Color CSS Codes

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

#dad743 Text Font Color

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

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


#dad743 Background Color

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

This div background color is #dad743


#dad743 Border Color

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

This div border color is #dad743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad743


Comments

No comments written yet.

Please login to write comment.