Color Hex Logo

#dacb90 Color Hex

#DACB90
(218,203,144)
0 Favorites   0 Comments

Color spaces of #dacb90

RGB 218203144
HSL0.130.500.71
HSV48°34°85°
CMYK 0.000.070.34   0.15
XYZ55.303459.630934.9807
Yxy59.63090.36890.3978
Hunter Lab77.2210-7.300527.1967
CIE-Lab81.6372-3.428631.3613

#dacb90 color RGB value is (218,203,144).

#dacb90 hex color red value is 218, green value is 203 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dacb90 hue: 0.13 , saturation: 0.50 and the lightness value of dacb90 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 10010000
Octal 332 313 220
Decimal 218 203 144
Hex DA CB 90

RGB Percentages of Color #dacb90

%38.58
%35.93
%25.49

CMYK Percentages of Color #dacb90

%0
%7
%34
%15

Triadic Colors of #dacb90

#dacb90 #90dacb #cb90da

Analogous Colors of #dacb90

#dacb90 #c4da90 #daa690

Monochromatic Colors of #dacb90

#dacb90

Complementary Color

#dacb90 #909fda

#dacb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacb90 Color CSS Codes

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

#dacb90 Text Font Color

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

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


#dacb90 Background Color

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

This div background color is #dacb90


#dacb90 Border Color

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

This div border color is #dacb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacb90


Comments

No comments written yet.

Please login to write comment.