Color Hex Logo

#dabac4 Color Hex

#DABAC4
(218,186,196)
0 Favorites   0 Comments

Color spaces of #dabac4

RGB 218186196
HSL0.950.300.79
HSV341°15°85°
CMYK 0.000.150.10   0.15
XYZ56.436254.008859.6748
Yxy54.00880.33170.3175
Hunter Lab73.49078.46803.2997
CIE-Lab78.466913.0672-0.7978

#dabac4 color RGB value is (218,186,196).

#dabac4 hex color red value is 218, green value is 186 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #dabac4 hue: 0.95 , saturation: 0.30 and the lightness value of dabac4 is 0.79.

The process color (four color CMYK) of #dabac4 color hex is 0.00, 0.15, 0.10, 0.15. Web safe color of #dabac4 is #cccccc. Color #dabac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 11000100
Octal 332 272 304
Decimal 218 186 196
Hex DA BA C4

RGB Percentages of Color #dabac4

%36.33
%31.00
%32.67

CMYK Percentages of Color #dabac4

%0
%15
%10
%15

Triadic Colors of #dabac4

#dabac4 #c4daba #bac4da

Analogous Colors of #dabac4

#dabac4 #dac0ba #dabad4

Monochromatic Colors of #dabac4

#dabac4

Complementary Color

#dabac4 #badad0

#dabac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabac4 Color CSS Codes

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

#dabac4 Text Font Color

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

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


#dabac4 Background Color

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

This div background color is #dabac4


#dabac4 Border Color

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

This div border color is #dabac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabac4


Comments

No comments written yet.

Please login to write comment.