Color Hex Logo

#dceb2c Color Hex

#DCEB2C
(220,235,44)
0 Favorites   0 Comments

Color spaces of #dceb2c

RGB 22023544
HSL0.180.830.55
HSV65°81°92°
CMYK 0.060.000.81   0.08
XYZ59.678274.814213.6781
Yxy74.81420.40280.5049
Hunter Lab86.4952-28.208851.1707
CIE-Lab89.3059-25.754981.3963

#dceb2c color RGB value is (220,235,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 00101100
Octal 334 353 54
Decimal 220 235 44
Hex DC EB 2C

RGB Percentages of Color #dceb2c

%44.09
%47.09
%8.82

CMYK Percentages of Color #dceb2c

%6
%0
%81
%8

Triadic Colors of #dceb2c

#dceb2c #2cdceb #eb2cdc

Analogous Colors of #dceb2c

#dceb2c #7deb2c #eb9b2c

Monochromatic Colors of #dceb2c

#dceb2c

Complementary Color

#dceb2c #3b2ceb

#dceb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb2c Color CSS Codes

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

#dceb2c Text Font Color

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

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


#dceb2c Background Color

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

This div background color is #dceb2c


#dceb2c Border Color

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

This div border color is #dceb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb2c


Comments

No comments written yet.

Please login to write comment.