Color Hex Logo

#dcce35 Color Hex

#DCCE35
(220,206,53)
0 Favorites   0 Comments

Color spaces of #dcce35

RGB 22020653
HSL0.150.700.54
HSV55°76°86°
CMYK 0.000.060.76   0.14
XYZ52.229159.615312.1223
Yxy59.61530.42130.4809
Hunter Lab77.2109-14.373444.7390
CIE-Lab81.6286-11.274672.1112

#dcce35 color RGB value is (220,206,53).

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

The process color (four color CMYK) of #dcce35 color hex is 0.00, 0.06, 0.76, 0.14. Web safe color of #dcce35 is #cccc33. Color #dcce35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 00110101
Octal 334 316 65
Decimal 220 206 53
Hex DC CE 35

RGB Percentages of Color #dcce35

%45.93
%43.01
%11.06

CMYK Percentages of Color #dcce35

%0
%6
%76
%14

Triadic Colors of #dcce35

#dcce35 #35dcce #ce35dc

Analogous Colors of #dcce35

#dcce35 #97dc35 #dc7b35

Monochromatic Colors of #dcce35

#dcce35

Complementary Color

#dcce35 #3543dc

#dcce35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce35 Color CSS Codes

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

#dcce35 Text Font Color

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

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


#dcce35 Background Color

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

This div background color is #dcce35


#dcce35 Border Color

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

This div border color is #dcce35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce35


Comments

No comments written yet.

Please login to write comment.