Color Hex Logo

#dadbba Color Hex

#DADBBA
(218,219,186)
0 Favorites   0 Comments

Color spaces of #dadbba

RGB 218219186
HSL0.170.310.79
HSV62°15°86°
CMYK 0.000.000.15   0.14
XYZ63.107969.113656.4685
Yxy69.11360.33450.3663
Hunter Lab83.1346-9.985317.9220
CIE-Lab86.5603-5.870716.1418

#dadbba color RGB value is (218,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10111010
Octal 332 333 272
Decimal 218 219 186
Hex DA DB BA

RGB Percentages of Color #dadbba

%34.99
%35.15
%29.86

CMYK Percentages of Color #dadbba

%0
%0
%15
%14

Triadic Colors of #dadbba

#dadbba #badadb #dbbada

Analogous Colors of #dadbba

#dadbba #cadbba #dbccba

Monochromatic Colors of #dadbba

#dadbba

Complementary Color

#dadbba #bbbadb

#dadbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbba Color CSS Codes

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

#dadbba Text Font Color

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

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


#dadbba Background Color

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

This div background color is #dadbba


#dadbba Border Color

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

This div border color is #dadbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,219,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 #dadbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbba


Comments

No comments written yet.

Please login to write comment.