Color Hex Logo

#daddbc Color Hex

#DADDBC
(218,221,188)
0 Favorites   0 Comments

Color spaces of #daddbc

RGB 218221188
HSL0.180.330.80
HSV65°15°87°
CMYK 0.010.000.15   0.13
XYZ63.847070.249257.7713
Yxy70.24920.33280.3661
Hunter Lab83.8148-10.701217.8033
CIE-Lab87.1189-6.582515.8787

#daddbc color RGB value is (218,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 10111100
Octal 332 335 274
Decimal 218 221 188
Hex DA DD BC

RGB Percentages of Color #daddbc

%34.77
%35.25
%29.98

CMYK Percentages of Color #daddbc

%1
%0
%15
%13

Triadic Colors of #daddbc

#daddbc #bcdadd #ddbcda

Analogous Colors of #daddbc

#daddbc #caddbc #ddd0bc

Monochromatic Colors of #daddbc

#daddbc

Complementary Color

#daddbc #bfbcdd

#daddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddbc Color CSS Codes

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

#daddbc Text Font Color

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

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


#daddbc Background Color

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

This div background color is #daddbc


#daddbc Border Color

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

This div border color is #daddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddbc


Comments

No comments written yet.

Please login to write comment.