Color Hex Logo

#daca95 Color Hex

#DACA95
(218,202,149)
0 Favorites   0 Comments

Color spaces of #daca95

RGB 218202149
HSL0.130.480.72
HSV46°32°85°
CMYK 0.000.070.32   0.15
XYZ55.458859.316436.9600
Yxy59.31640.36550.3909
Hunter Lab77.0171-6.245025.4591
CIE-Lab81.4652-2.296828.5285

#daca95 color RGB value is (218,202,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 10010101
Octal 332 312 225
Decimal 218 202 149
Hex DA CA 95

RGB Percentages of Color #daca95

%38.31
%35.50
%26.19

CMYK Percentages of Color #daca95

%0
%7
%32
%15

Triadic Colors of #daca95

#daca95 #95daca #ca95da

Analogous Colors of #daca95

#daca95 #c8da95 #daa895

Monochromatic Colors of #daca95

#daca95

Complementary Color

#daca95 #95a5da

#daca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daca95 Color CSS Codes

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

#daca95 Text Font Color

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

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


#daca95 Background Color

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

This div background color is #daca95


#daca95 Border Color

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

This div border color is #daca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daca95


Comments

No comments written yet.

Please login to write comment.