Color Hex Logo

#dad78b Color Hex

#DAD78B
(218,215,139)
0 Favorites   0 Comments

Color spaces of #dad78b

RGB 218215139
HSL0.160.520.70
HSV58°36°85°
CMYK 0.000.010.36   0.15
XYZ57.874165.370433.9936
Yxy65.37040.36810.4157
Hunter Lab80.8520-13.720131.6683
CIE-Lab84.6742-10.149537.8984

#dad78b color RGB value is (218,215,139).

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

The process color (four color CMYK) of #dad78b color hex is 0.00, 0.01, 0.36, 0.15. Web safe color of #dad78b is #cccc99. Color #dad78b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010111 10001011
Octal 332 327 213
Decimal 218 215 139
Hex DA D7 8B

RGB Percentages of Color #dad78b

%38.11
%37.59
%24.30

CMYK Percentages of Color #dad78b

%0
%1
%36
%15

Triadic Colors of #dad78b

#dad78b #8bdad7 #d78bda

Analogous Colors of #dad78b

#dad78b #b6da8b #dab08b

Monochromatic Colors of #dad78b

#dad78b

Complementary Color

#dad78b #8b8eda

#dad78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad78b Color CSS Codes

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

#dad78b Text Font Color

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

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


#dad78b Background Color

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

This div background color is #dad78b


#dad78b Border Color

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

This div border color is #dad78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad78b


Comments

No comments written yet.

Please login to write comment.