Color Hex Logo

#dad38b Color Hex

#DAD38B
(218,211,139)
0 Favorites   0 Comments

Color spaces of #dad38b

RGB 218211139
HSL0.150.520.70
HSV55°36°85°
CMYK 0.000.030.36   0.15
XYZ56.867963.358033.6582
Yxy63.35800.36960.4117
Hunter Lab79.5977-11.768330.6474
CIE-Lab83.6304-8.120536.5464

#dad38b color RGB value is (218,211,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 10001011
Octal 332 323 213
Decimal 218 211 139
Hex DA D3 8B

RGB Percentages of Color #dad38b

%38.38
%37.15
%24.47

CMYK Percentages of Color #dad38b

%0
%3
%36
%15

Triadic Colors of #dad38b

#dad38b #8bdad3 #d38bda

Analogous Colors of #dad38b

#dad38b #bada8b #daac8b

Monochromatic Colors of #dad38b

#dad38b

Complementary Color

#dad38b #8b92da

#dad38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad38b Color CSS Codes

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

#dad38b Text Font Color

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

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


#dad38b Background Color

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

This div background color is #dad38b


#dad38b Border Color

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

This div border color is #dad38b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,211,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 #dad38b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad38b


Comments

No comments written yet.

Please login to write comment.