Color Hex Logo

#dcce53 Color Hex

#DCCE53
(220,206,83)
0 Favorites   0 Comments

Color spaces of #dcce53

RGB 22020683
HSL0.150.660.59
HSV54°62°86°
CMYK 0.000.060.62   0.14
XYZ53.147859.982816.9603
Yxy59.98280.40850.4611
Hunter Lab77.4486-13.042341.2302
CIE-Lab81.8288-9.750361.0600

#dcce53 color RGB value is (220,206,83).

#dcce53 hex color red value is 220, green value is 206 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dcce53 hue: 0.15 , saturation: 0.66 and the lightness value of dcce53 is 0.59.

The process color (four color CMYK) of #dcce53 color hex is 0.00, 0.06, 0.62, 0.14. Web safe color of #dcce53 is #cccc66. Color #dcce53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 01010011
Octal 334 316 123
Decimal 220 206 83
Hex DC CE 53

RGB Percentages of Color #dcce53

%43.22
%40.47
%16.31

CMYK Percentages of Color #dcce53

%0
%6
%62
%14

Triadic Colors of #dcce53

#dcce53 #53dcce #ce53dc

Analogous Colors of #dcce53

#dcce53 #a6dc53 #dc8a53

Monochromatic Colors of #dcce53

#dcce53

Complementary Color

#dcce53 #5361dc

#dcce53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce53 Color CSS Codes

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

#dcce53 Text Font Color

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

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


#dcce53 Background Color

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

This div background color is #dcce53


#dcce53 Border Color

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

This div border color is #dcce53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce53


Comments

No comments written yet.

Please login to write comment.