Color Hex Logo

#ddce36 Color Hex

#DDCE36
(221,206,54)
0 Favorites   0 Comments

Color spaces of #ddce36

RGB 22120654
HSL0.150.710.54
HSV55°76°87°
CMYK 0.000.070.76   0.13
XYZ52.556059.781112.2589
Yxy59.78110.42180.4798
Hunter Lab77.3182-13.974044.7223
CIE-Lab81.7191-10.811771.9071

#ddce36 color RGB value is (221,206,54).

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

The process color (four color CMYK) of #ddce36 color hex is 0.00, 0.07, 0.76, 0.13. Web safe color of #ddce36 is #cccc33. Color #ddce36 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 00110110
Octal 335 316 66
Decimal 221 206 54
Hex DD CE 36

RGB Percentages of Color #ddce36

%45.95
%42.83
%11.23

CMYK Percentages of Color #ddce36

%0
%7
%76
%13

Triadic Colors of #ddce36

#ddce36 #36ddce #ce36dd

Analogous Colors of #ddce36

#ddce36 #99dd36 #dd7b36

Monochromatic Colors of #ddce36

#ddce36

Complementary Color

#ddce36 #3645dd

#ddce36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce36 Color CSS Codes

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

#ddce36 Text Font Color

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

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


#ddce36 Background Color

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

This div background color is #ddce36


#ddce36 Border Color

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

This div border color is #ddce36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce36


Comments

No comments written yet.

Please login to write comment.