Color Hex Logo

#dad38c Color Hex

#DAD38C
(218,211,140)
0 Favorites   0 Comments

Color spaces of #dad38c

RGB 218211140
HSL0.150.510.70
HSV55°36°85°
CMYK 0.000.030.36   0.15
XYZ56.941363.387434.0448
Yxy63.38740.36890.4106
Hunter Lab79.6162-11.665630.3783
CIE-Lab83.6458-8.005736.0571

#dad38c color RGB value is (218,211,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10001100
Octal 332 323 214
Decimal 218 211 140
Hex DA D3 8C

RGB Percentages of Color #dad38c

%38.31
%37.08
%24.60

CMYK Percentages of Color #dad38c

%0
%3
%36
%15

Triadic Colors of #dad38c

#dad38c #8cdad3 #d38cda

Analogous Colors of #dad38c

#dad38c #bada8c #daac8c

Monochromatic Colors of #dad38c

#dad38c

Complementary Color

#dad38c #8c93da

#dad38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad38c Color CSS Codes

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

#dad38c Text Font Color

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

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


#dad38c Background Color

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

This div background color is #dad38c


#dad38c Border Color

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

This div border color is #dad38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad38c


Comments

No comments written yet.

Please login to write comment.