Color Hex Logo

#daca99 Color Hex

#DACA99
(218,202,153)
0 Favorites   0 Comments

Color spaces of #daca99

RGB 218202153
HSL0.130.470.73
HSV45°30°85°
CMYK 0.000.070.30   0.15
XYZ55.783759.446438.6712
Yxy59.44640.36250.3863
Hunter Lab77.1015-5.781124.2334
CIE-Lab81.5364-1.789226.5305

#daca99 color RGB value is (218,202,153).

#daca99 hex color red value is 218, green value is 202 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #daca99 hue: 0.13 , saturation: 0.47 and the lightness value of daca99 is 0.73.

The process color (four color CMYK) of #daca99 color hex is 0.00, 0.07, 0.30, 0.15. Web safe color of #daca99 is #cccc99. Color #daca99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 10011001
Octal 332 312 231
Decimal 218 202 153
Hex DA CA 99

RGB Percentages of Color #daca99

%38.05
%35.25
%26.70

CMYK Percentages of Color #daca99

%0
%7
%30
%15

Triadic Colors of #daca99

#daca99 #99daca #ca99da

Analogous Colors of #daca99

#daca99 #cada99 #daaa99

Monochromatic Colors of #daca99

#daca99

Complementary Color

#daca99 #99a9da

#daca99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca99 Color CSS Codes

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

#daca99 Text Font Color

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

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


#daca99 Background Color

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

This div background color is #daca99


#daca99 Border Color

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

This div border color is #daca99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca99


Comments

No comments written yet.

Please login to write comment.