Color Hex Logo

#ddd466 Color Hex

#DDD466
(221,212,102)
0 Favorites   0 Comments

Color spaces of #ddd466

RGB 221212102
HSL0.150.640.63
HSV55°54°87°
CMYK 0.000.040.54   0.13
XYZ55.760663.418421.8725
Yxy63.41840.39530.4496
Hunter Lab79.6357-14.377439.4606
CIE-Lab83.6620-11.009454.6989

#ddd466 color RGB value is (221,212,102).

#ddd466 hex color red value is 221, green value is 212 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ddd466 hue: 0.15 , saturation: 0.64 and the lightness value of ddd466 is 0.63.

The process color (four color CMYK) of #ddd466 color hex is 0.00, 0.04, 0.54, 0.13. Web safe color of #ddd466 is #cccc66. Color #ddd466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 01100110
Octal 335 324 146
Decimal 221 212 102
Hex DD D4 66

RGB Percentages of Color #ddd466

%41.31
%39.63
%19.07

CMYK Percentages of Color #ddd466

%0
%4
%54
%13

Triadic Colors of #ddd466

#ddd466 #66ddd4 #d466dd

Analogous Colors of #ddd466

#ddd466 #abdd66 #dd9966

Monochromatic Colors of #ddd466

#ddd466

Complementary Color

#ddd466 #666fdd

#ddd466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd466 Color CSS Codes

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

#ddd466 Text Font Color

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

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


#ddd466 Background Color

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

This div background color is #ddd466


#ddd466 Border Color

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

This div border color is #ddd466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd466


Comments

No comments written yet.

Please login to write comment.