Color Hex Logo

#daddbd Color Hex

#DADDBD
(218,221,189)
0 Favorites   0 Comments

Color spaces of #daddbd

RGB 218221189
HSL0.180.320.80
HSV66°14°87°
CMYK 0.010.000.14   0.13
XYZ63.955270.292558.3411
Yxy70.29250.33210.3650
Hunter Lab83.8406-10.557917.4311
CIE-Lab87.1401-6.426615.3846

#daddbd color RGB value is (218,221,189).

#daddbd hex color red value is 218, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #daddbd hue: 0.18 , saturation: 0.32 and the lightness value of daddbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10111101
Octal 332 335 275
Decimal 218 221 189
Hex DA DD BD

RGB Percentages of Color #daddbd

%34.71
%35.19
%30.10

CMYK Percentages of Color #daddbd

%1
%0
%14
%13

Triadic Colors of #daddbd

#daddbd #bddadd #ddbdda

Analogous Colors of #daddbd

#daddbd #caddbd #ddd0bd

Monochromatic Colors of #daddbd

#daddbd

Complementary Color

#daddbd #c0bddd

#daddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddbd Color CSS Codes

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

#daddbd Text Font Color

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

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


#daddbd Background Color

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

This div background color is #daddbd


#daddbd Border Color

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

This div border color is #daddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddbd


Comments

No comments written yet.

Please login to write comment.