Color Hex Logo

#dadebd Color Hex

#DADEBD
(218,222,189)
0 Favorites   0 Comments

Color spaces of #dadebd

RGB 218222189
HSL0.190.330.81
HSV67°15°87°
CMYK 0.020.000.15   0.13
XYZ64.220070.822158.4294
Yxy70.82210.33190.3661
Hunter Lab84.1559-11.058017.7441
CIE-Lab87.3985-6.936415.7482

#dadebd color RGB value is (218,222,189).

#dadebd hex color red value is 218, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dadebd hue: 0.19 , saturation: 0.33 and the lightness value of dadebd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10111101
Octal 332 336 275
Decimal 218 222 189
Hex DA DE BD

RGB Percentages of Color #dadebd

%34.66
%35.29
%30.05

CMYK Percentages of Color #dadebd

%2
%0
%15
%13

Triadic Colors of #dadebd

#dadebd #bddade #debdda

Analogous Colors of #dadebd

#dadebd #cadebd #ded2bd

Monochromatic Colors of #dadebd

#dadebd

Complementary Color

#dadebd #c1bdde

#dadebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadebd Color CSS Codes

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

#dadebd Text Font Color

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

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


#dadebd Background Color

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

This div background color is #dadebd


#dadebd Border Color

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

This div border color is #dadebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadebd


Comments

No comments written yet.

Please login to write comment.