Color Hex Logo

#dabab3 Color Hex

#DABAB3
(218,186,179)
0 Favorites   0 Comments

Color spaces of #dabab3

RGB 218186179
HSL0.030.350.78
HSV11°18°85°
CMYK 0.000.150.18   0.15
XYZ54.609053.277950.0533
Yxy53.27790.34580.3373
Hunter Lab72.99175.809910.4367
CIE-Lab78.038810.32717.7808

#dabab3 color RGB value is (218,186,179).

#dabab3 hex color red value is 218, green value is 186 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dabab3 hue: 0.03 , saturation: 0.35 and the lightness value of dabab3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10110011
Octal 332 272 263
Decimal 218 186 179
Hex DA BA B3

RGB Percentages of Color #dabab3

%37.39
%31.90
%30.70

CMYK Percentages of Color #dabab3

%0
%15
%18
%15

Triadic Colors of #dabab3

#dabab3 #b3daba #bab3da

Analogous Colors of #dabab3

#dabab3 #daceb3 #dab3c0

Monochromatic Colors of #dabab3

#dabab3

Complementary Color

#dabab3 #b3d3da

#dabab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabab3 Color CSS Codes

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

#dabab3 Text Font Color

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

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


#dabab3 Background Color

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

This div background color is #dabab3


#dabab3 Border Color

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

This div border color is #dabab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabab3


Comments

No comments written yet.

Please login to write comment.