Color Hex Logo

#dad37b Color Hex

#DAD37B
(218,211,123)
0 Favorites   0 Comments

Color spaces of #dad37b

RGB 218211123
HSL0.150.560.67
HSV56°44°85°
CMYK 0.000.030.44   0.15
XYZ55.782962.924027.9444
Yxy62.92400.38040.4291
Hunter Lab79.3246-13.292934.6406
CIE-Lab83.4024-9.834444.2846

#dad37b color RGB value is (218,211,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01111011
Octal 332 323 173
Decimal 218 211 123
Hex DA D3 7B

RGB Percentages of Color #dad37b

%39.49
%38.22
%22.28

CMYK Percentages of Color #dad37b

%0
%3
%44
%15

Triadic Colors of #dad37b

#dad37b #7bdad3 #d37bda

Analogous Colors of #dad37b

#dad37b #b2da7b #daa47b

Monochromatic Colors of #dad37b

#dad37b

Complementary Color

#dad37b #7b82da

#dad37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad37b Color CSS Codes

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

#dad37b Text Font Color

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

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


#dad37b Background Color

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

This div background color is #dad37b


#dad37b Border Color

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

This div border color is #dad37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad37b


Comments

No comments written yet.

Please login to write comment.