Color Hex Logo

#dadcb8 Color Hex

#DADCB8
(218,220,184)
0 Favorites   0 Comments

Color spaces of #dadcb8

RGB 218220184
HSL0.180.340.79
HSV63°16°86°
CMYK 0.010.000.16   0.14
XYZ63.158469.552555.4436
Yxy69.55250.33570.3697
Hunter Lab83.3981-10.766618.9623
CIE-Lab86.7769-6.688217.4934

#dadcb8 color RGB value is (218,220,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 10111000
Octal 332 334 270
Decimal 218 220 184
Hex DA DC B8

RGB Percentages of Color #dadcb8

%35.05
%35.37
%29.58

CMYK Percentages of Color #dadcb8

%1
%0
%16
%14

Triadic Colors of #dadcb8

#dadcb8 #b8dadc #dcb8da

Analogous Colors of #dadcb8

#dadcb8 #c8dcb8 #dcccb8

Monochromatic Colors of #dadcb8

#dadcb8

Complementary Color

#dadcb8 #bab8dc

#dadcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcb8 Color CSS Codes

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

#dadcb8 Text Font Color

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

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


#dadcb8 Background Color

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

This div background color is #dadcb8


#dadcb8 Border Color

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

This div border color is #dadcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcb8


Comments

No comments written yet.

Please login to write comment.