Color Hex Logo

#dcddb8 Color Hex

#DCDDB8
(220,221,184)
0 Favorites   0 Comments

Color spaces of #dcddb8

RGB 220221184
HSL0.170.350.79
HSV62°17°87°
CMYK 0.000.000.17   0.13
XYZ64.023470.389255.5595
Yxy70.38920.33700.3705
Hunter Lab83.8983-10.607319.4655
CIE-Lab87.1874-6.474618.0899

#dcddb8 color RGB value is (220,221,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 10111000
Octal 334 335 270
Decimal 220 221 184
Hex DC DD B8

RGB Percentages of Color #dcddb8

%35.20
%35.36
%29.44

CMYK Percentages of Color #dcddb8

%0
%0
%17
%13

Triadic Colors of #dcddb8

#dcddb8 #b8dcdd #ddb8dc

Analogous Colors of #dcddb8

#dcddb8 #caddb8 #ddccb8

Monochromatic Colors of #dcddb8

#dcddb8

Complementary Color

#dcddb8 #b9b8dd

#dcddb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddb8 Color CSS Codes

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

#dcddb8 Text Font Color

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

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


#dcddb8 Background Color

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

This div background color is #dcddb8


#dcddb8 Border Color

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

This div border color is #dcddb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddb8


Comments

No comments written yet.

Please login to write comment.