Color Hex Logo

#dad346 Color Hex

#DAD346
(218,211,70)
0 Favorites   0 Comments

Color spaces of #dad346

RGB 21821170
HSL0.160.670.56
HSV57°68°85°
CMYK 0.000.030.68   0.15
XYZ53.313261.936214.9393
Yxy61.93620.40950.4757
Hunter Lab78.6996-16.803543.8348
CIE-Lab82.8795-13.852067.3277

#dad346 color RGB value is (218,211,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01000110
Octal 332 323 106
Decimal 218 211 70
Hex DA D3 46

RGB Percentages of Color #dad346

%43.69
%42.28
%14.03

CMYK Percentages of Color #dad346

%0
%3
%68
%15

Triadic Colors of #dad346

#dad346 #46dad3 #d346da

Analogous Colors of #dad346

#dad346 #97da46 #da8946

Monochromatic Colors of #dad346

#dad346

Complementary Color

#dad346 #464dda

#dad346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad346 Color CSS Codes

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

#dad346 Text Font Color

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

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


#dad346 Background Color

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

This div background color is #dad346


#dad346 Border Color

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

This div border color is #dad346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad346


Comments

No comments written yet.

Please login to write comment.