Color Hex Logo

#dabca3 Color Hex

#DABCA3
(218,188,163)
3 Favorites   0 Comments

Color spaces of #dabca3

RGB 218188163
HSL0.080.430.75
HSV27°25°85°
CMYK 0.000.140.25   0.15
XYZ53.507553.516242.1598
Yxy53.51620.35870.3587
Hunter Lab73.15482.539217.0389
CIE-Lab78.17886.909916.6045

#dabca3 color RGB value is (218,188,163).

#dabca3 hex color red value is 218, green value is 188 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dabca3 hue: 0.08 , saturation: 0.43 and the lightness value of dabca3 is 0.75.

The process color (four color CMYK) of #dabca3 color hex is 0.00, 0.14, 0.25, 0.15. Web safe color of #dabca3 is #cccc99. Color #dabca3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10100011
Octal 332 274 243
Decimal 218 188 163
Hex DA BC A3

RGB Percentages of Color #dabca3

%38.31
%33.04
%28.65

CMYK Percentages of Color #dabca3

%0
%14
%25
%15

Triadic Colors of #dabca3

#dabca3 #a3dabc #bca3da

Analogous Colors of #dabca3

#dabca3 #dad8a3 #daa3a6

Monochromatic Colors of #dabca3

#dabca3

Complementary Color

#dabca3 #a3c1da

#dabca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabca3 Color CSS Codes

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

#dabca3 Text Font Color

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

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


#dabca3 Background Color

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

This div background color is #dabca3


#dabca3 Border Color

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

This div border color is #dabca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabca3

#dabca3 Color Palettes


Comments

No comments written yet.

Please login to write comment.