Color Hex Logo

#dcdfbe Color Hex

#DCDFBE
(220,223,190)
0 Favorites   0 Comments

Color spaces of #dcdfbe

RGB 220223190
HSL0.180.340.81
HSV65°15°87°
CMYK 0.010.000.15   0.13
XYZ65.197171.708759.1201
Yxy71.70870.33260.3658
Hunter Lab84.6810-10.762017.8833
CIE-Lab87.8282-6.574515.8511

#dcdfbe color RGB value is (220,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10111110
Octal 334 337 276
Decimal 220 223 190
Hex DC DF BE

RGB Percentages of Color #dcdfbe

%34.76
%35.23
%30.02

CMYK Percentages of Color #dcdfbe

%1
%0
%15
%13

Triadic Colors of #dcdfbe

#dcdfbe #bedcdf #dfbedc

Analogous Colors of #dcdfbe

#dcdfbe #ccdfbe #dfd2be

Monochromatic Colors of #dcdfbe

#dcdfbe

Complementary Color

#dcdfbe #c1bedf

#dcdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfbe Color CSS Codes

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

#dcdfbe Text Font Color

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

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


#dcdfbe Background Color

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

This div background color is #dcdfbe


#dcdfbe Border Color

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

This div border color is #dcdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfbe


Comments

No comments written yet.

Please login to write comment.