Color Hex Logo

#dceb47 Color Hex

#DCEB47
(220,235,71)
0 Favorites   0 Comments

Color spaces of #dceb47

RGB 22023571
HSL0.180.800.60
HSV65°70°92°
CMYK 0.060.000.70   0.08
XYZ60.360975.087217.2732
Yxy75.08720.39520.4917
Hunter Lab86.6529-27.302548.8383
CIE-Lab89.4338-24.679973.5143

#dceb47 color RGB value is (220,235,71).

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

The process color (four color CMYK) of #dceb47 color hex is 0.06, 0.00, 0.70, 0.08. Web safe color of #dceb47 is #ccff33. Color #dceb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 01000111
Octal 334 353 107
Decimal 220 235 71
Hex DC EB 47

RGB Percentages of Color #dceb47

%41.83
%44.68
%13.50

CMYK Percentages of Color #dceb47

%6
%0
%70
%8

Triadic Colors of #dceb47

#dceb47 #47dceb #eb47dc

Analogous Colors of #dceb47

#dceb47 #8aeb47 #eba847

Monochromatic Colors of #dceb47

#dceb47

Complementary Color

#dceb47 #5647eb

#dceb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb47 Color CSS Codes

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

#dceb47 Text Font Color

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

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


#dceb47 Background Color

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

This div background color is #dceb47


#dceb47 Border Color

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

This div border color is #dceb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb47


Comments

No comments written yet.

Please login to write comment.