Color Hex Logo

#dceb6a Color Hex

#DCEB6A
(220,235,106)
0 Favorites   0 Comments

Color spaces of #dceb6a

RGB 220235106
HSL0.190.760.67
HSV67°55°92°
CMYK 0.060.000.55   0.08
XYZ61.825075.672924.9835
Yxy75.67290.38050.4657
Hunter Lab86.9902-25.370643.8651
CIE-Lab89.7073-22.411359.8126

#dceb6a color RGB value is (220,235,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 01101010
Octal 334 353 152
Decimal 220 235 106
Hex DC EB 6A

RGB Percentages of Color #dceb6a

%39.22
%41.89
%18.89

CMYK Percentages of Color #dceb6a

%6
%0
%55
%8

Triadic Colors of #dceb6a

#dceb6a #6adceb #eb6adc

Analogous Colors of #dceb6a

#dceb6a #9ceb6a #ebba6a

Monochromatic Colors of #dceb6a

#dceb6a

Complementary Color

#dceb6a #796aeb

#dceb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb6a Color CSS Codes

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

#dceb6a Text Font Color

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

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


#dceb6a Background Color

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

This div background color is #dceb6a


#dceb6a Border Color

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

This div border color is #dceb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb6a


Comments

No comments written yet.

Please login to write comment.