Color Hex Logo

#dadcbb Color Hex

#DADCBB
(218,220,187)
0 Favorites   0 Comments

Color spaces of #dadcbb

RGB 218220187
HSL0.180.320.80
HSV64°15°86°
CMYK 0.010.000.15   0.14
XYZ63.476369.679757.1177
Yxy69.67970.33360.3662
Hunter Lab83.4744-10.343617.8626
CIE-Lab86.8395-6.227216.0098

#dadcbb color RGB value is (218,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 10111011
Octal 332 334 273
Decimal 218 220 187
Hex DA DC BB

RGB Percentages of Color #dadcbb

%34.88
%35.20
%29.92

CMYK Percentages of Color #dadcbb

%1
%0
%15
%14

Triadic Colors of #dadcbb

#dadcbb #bbdadc #dcbbda

Analogous Colors of #dadcbb

#dadcbb #cadcbb #dccebb

Monochromatic Colors of #dadcbb

#dadcbb

Complementary Color

#dadcbb #bdbbdc

#dadcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcbb Color CSS Codes

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

#dadcbb Text Font Color

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

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


#dadcbb Background Color

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

This div background color is #dadcbb


#dadcbb Border Color

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

This div border color is #dadcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcbb

#dadcbb Color Palettes


Comments

No comments written yet.

Please login to write comment.