Color Hex Logo

#dad378 Color Hex

#DAD378
(218,211,120)
0 Favorites   0 Comments

Color spaces of #dad378

RGB 218211120
HSL0.150.570.66
HSV56°45°85°
CMYK 0.000.030.45   0.15
XYZ55.597962.850026.9702
Yxy62.85000.38230.4322
Hunter Lab79.2780-13.553935.3243
CIE-Lab83.3634-10.129745.7118

#dad378 color RGB value is (218,211,120).

#dad378 hex color red value is 218, green value is 211 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dad378 hue: 0.15 , saturation: 0.57 and the lightness value of dad378 is 0.66.

The process color (four color CMYK) of #dad378 color hex is 0.00, 0.03, 0.45, 0.15. Web safe color of #dad378 is #cccc66. Color #dad378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01111000
Octal 332 323 170
Decimal 218 211 120
Hex DA D3 78

RGB Percentages of Color #dad378

%39.71
%38.43
%21.86

CMYK Percentages of Color #dad378

%0
%3
%45
%15

Triadic Colors of #dad378

#dad378 #78dad3 #d378da

Analogous Colors of #dad378

#dad378 #b0da78 #daa278

Monochromatic Colors of #dad378

#dad378

Complementary Color

#dad378 #787fda

#dad378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad378 Color CSS Codes

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

#dad378 Text Font Color

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

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


#dad378 Background Color

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

This div background color is #dad378


#dad378 Border Color

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

This div border color is #dad378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad378


Comments

No comments written yet.

Please login to write comment.