Color Hex Logo

#dceb7e Color Hex

#DCEB7E
(220,235,126)
0 Favorites   0 Comments

Color spaces of #dceb7e

RGB 220235126
HSL0.190.730.71
HSV68°46°92°
CMYK 0.060.000.46   0.08
XYZ62.989476.138731.1150
Yxy76.13870.37000.4472
Hunter Lab87.2575-23.845139.9381
CIE-Lab89.9237-20.641450.8925

#dceb7e color RGB value is (220,235,126).

#dceb7e hex color red value is 220, green value is 235 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dceb7e hue: 0.19 , saturation: 0.73 and the lightness value of dceb7e is 0.71.

The process color (four color CMYK) of #dceb7e color hex is 0.06, 0.00, 0.46, 0.08. Web safe color of #dceb7e is #ccff66. Color #dceb7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 01111110
Octal 334 353 176
Decimal 220 235 126
Hex DC EB 7E

RGB Percentages of Color #dceb7e

%37.87
%40.45
%21.69

CMYK Percentages of Color #dceb7e

%6
%0
%46
%8

Triadic Colors of #dceb7e

#dceb7e #7edceb #eb7edc

Analogous Colors of #dceb7e

#dceb7e #a6eb7e #ebc47e

Monochromatic Colors of #dceb7e

#dceb7e

Complementary Color

#dceb7e #8d7eeb

#dceb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb7e Color CSS Codes

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

#dceb7e Text Font Color

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

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


#dceb7e Background Color

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

This div background color is #dceb7e


#dceb7e Border Color

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

This div border color is #dceb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb7e


Comments

No comments written yet.

Please login to write comment.