Color Hex Logo

#dad58b Color Hex

#DAD58B
(218,213,139)
0 Favorites   0 Comments

Color spaces of #dad58b

RGB 218213139
HSL0.160.520.70
HSV56°36°85°
CMYK 0.000.020.36   0.15
XYZ57.367964.358033.8248
Yxy64.35800.36880.4137
Hunter Lab80.2234-12.745431.1578
CIE-Lab84.1518-9.136837.2226

#dad58b color RGB value is (218,213,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 10001011
Octal 332 325 213
Decimal 218 213 139
Hex DA D5 8B

RGB Percentages of Color #dad58b

%38.25
%37.37
%24.39

CMYK Percentages of Color #dad58b

%0
%2
%36
%15

Triadic Colors of #dad58b

#dad58b #8bdad5 #d58bda

Analogous Colors of #dad58b

#dad58b #b8da8b #daae8b

Monochromatic Colors of #dad58b

#dad58b

Complementary Color

#dad58b #8b90da

#dad58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad58b Color CSS Codes

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

#dad58b Text Font Color

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

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


#dad58b Background Color

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

This div background color is #dad58b


#dad58b Border Color

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

This div border color is #dad58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad58b


Comments

No comments written yet.

Please login to write comment.