Color Hex Logo

#dacea5 Color Hex

#DACEA5
(218,206,165)
0 Favorites   0 Comments

Color spaces of #dacea5

RGB 218206165
HSL0.130.420.75
HSV46°24°85°
CMYK 0.000.060.24   0.15
XYZ57.776361.764744.4739
Yxy61.76470.35230.3766
Hunter Lab78.5905-6.308121.4615
CIE-Lab82.7881-2.258521.9319

#dacea5 color RGB value is (218,206,165).

#dacea5 hex color red value is 218, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dacea5 hue: 0.13 , saturation: 0.42 and the lightness value of dacea5 is 0.75.

The process color (four color CMYK) of #dacea5 color hex is 0.00, 0.06, 0.24, 0.15. Web safe color of #dacea5 is #cccc99. Color #dacea5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 10100101
Octal 332 316 245
Decimal 218 206 165
Hex DA CE A5

RGB Percentages of Color #dacea5

%37.01
%34.97
%28.01

CMYK Percentages of Color #dacea5

%0
%6
%24
%15

Triadic Colors of #dacea5

#dacea5 #a5dace #cea5da

Analogous Colors of #dacea5

#dacea5 #ccdaa5 #dab4a5

Monochromatic Colors of #dacea5

#dacea5

Complementary Color

#dacea5 #a5b1da

#dacea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacea5 Color CSS Codes

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

#dacea5 Text Font Color

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

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


#dacea5 Background Color

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

This div background color is #dacea5


#dacea5 Border Color

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

This div border color is #dacea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacea5


Comments

No comments written yet.

Please login to write comment.