Color Hex Logo

#dad27c Color Hex

#DAD27C
(218,210,124)
0 Favorites   0 Comments

Color spaces of #dad27c

RGB 218210124
HSL0.150.560.67
HSV55°43°85°
CMYK 0.000.040.43   0.15
XYZ55.598162.453828.1932
Yxy62.45380.38020.4270
Hunter Lab79.0277-12.719034.1676
CIE-Lab83.1542-9.227343.4805

#dad27c color RGB value is (218,210,124).

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

The process color (four color CMYK) of #dad27c color hex is 0.00, 0.04, 0.43, 0.15. Web safe color of #dad27c is #cccc66. Color #dad27c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010010 01111100
Octal 332 322 174
Decimal 218 210 124
Hex DA D2 7C

RGB Percentages of Color #dad27c

%39.49
%38.04
%22.46

CMYK Percentages of Color #dad27c

%0
%4
%43
%15

Triadic Colors of #dad27c

#dad27c #7cdad2 #d27cda

Analogous Colors of #dad27c

#dad27c #b3da7c #daa37c

Monochromatic Colors of #dad27c

#dad27c

Complementary Color

#dad27c #7c84da

#dad27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad27c Color CSS Codes

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

#dad27c Text Font Color

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

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


#dad27c Background Color

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

This div background color is #dad27c


#dad27c Border Color

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

This div border color is #dad27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad27c


Comments

No comments written yet.

Please login to write comment.