Color Hex Logo

#dababa Color Hex

#DABABA
(218,186,186)
0 Favorites   0 Comments

Color spaces of #dababa

RGB 218186186
HSL0.000.300.79
HSV15°85°
CMYK 0.000.150.15   0.15
XYZ55.335353.568453.8776
Yxy53.56840.33990.3291
Hunter Lab73.19046.87097.5882
CIE-Lab78.209411.42644.2399

#dababa color RGB value is (218,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 10111010
Octal 332 272 272
Decimal 218 186 186
Hex DA BA BA

RGB Percentages of Color #dababa

%36.95
%31.53
%31.53

CMYK Percentages of Color #dababa

%0
%15
%15
%15

Triadic Colors of #dababa

#dababa #badaba #babada

Analogous Colors of #dababa

#dababa #dacaba #dabaca

Monochromatic Colors of #dababa

#dababa

Complementary Color

#dababa #badada

#dababa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dababa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dababa Color CSS Codes

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

#dababa Text Font Color

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

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


#dababa Background Color

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

This div background color is #dababa


#dababa Border Color

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

This div border color is #dababa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dababa


Comments

No comments written yet.

Please login to write comment.