Color Hex Logo

#dabcae Color Hex

#DABCAE
(218,188,174)
0 Favorites   0 Comments

Color spaces of #dabcae

RGB 218188174
HSL0.050.370.77
HSV19°20°85°
CMYK 0.000.140.20   0.15
XYZ54.536653.927947.5791
Yxy53.92790.34950.3456
Hunter Lab73.43564.049812.9908
CIE-Lab78.41978.501611.0239

#dabcae color RGB value is (218,188,174).

#dabcae hex color red value is 218, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dabcae hue: 0.05 , saturation: 0.37 and the lightness value of dabcae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10101110
Octal 332 274 256
Decimal 218 188 174
Hex DA BC AE

RGB Percentages of Color #dabcae

%37.59
%32.41
%30.00

CMYK Percentages of Color #dabcae

%0
%14
%20
%15

Triadic Colors of #dabcae

#dabcae #aedabc #bcaeda

Analogous Colors of #dabcae

#dabcae #dad2ae #daaeb6

Monochromatic Colors of #dabcae

#dabcae

Complementary Color

#dabcae #aeccda

#dabcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabcae Color CSS Codes

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

#dabcae Text Font Color

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

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


#dabcae Background Color

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

This div background color is #dabcae


#dabcae Border Color

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

This div border color is #dabcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabcae

#dabcae Color Palettes


Comments

No comments written yet.

Please login to write comment.