Color Hex Logo

#dcdfba Color Hex

#DCDFBA
(220,223,186)
0 Favorites   0 Comments

Color spaces of #dcdfba

RGB 220223186
HSL0.180.370.80
HSV65°17°87°
CMYK 0.010.000.17   0.13
XYZ64.765871.536256.8487
Yxy71.53620.33530.3704
Hunter Lab84.5791-11.328319.3544
CIE-Lab87.7449-7.189917.8244

#dcdfba color RGB value is (220,223,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10111010
Octal 334 337 272
Decimal 220 223 186
Hex DC DF BA

RGB Percentages of Color #dcdfba

%34.98
%35.45
%29.57

CMYK Percentages of Color #dcdfba

%1
%0
%17
%13

Triadic Colors of #dcdfba

#dcdfba #badcdf #dfbadc

Analogous Colors of #dcdfba

#dcdfba #cadfba #dfd0ba

Monochromatic Colors of #dcdfba

#dcdfba

Complementary Color

#dcdfba #bdbadf

#dcdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfba Color CSS Codes

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

#dcdfba Text Font Color

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

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


#dcdfba Background Color

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

This div background color is #dcdfba


#dcdfba Border Color

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

This div border color is #dcdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfba


Comments

No comments written yet.

Please login to write comment.