Color Hex Logo

#ddd264 Color Hex

#DDD264
(221,210,100)
0 Favorites   0 Comments

Color spaces of #ddd264

RGB 221210100
HSL0.150.640.63
HSV55°55°87°
CMYK 0.000.050.55   0.13
XYZ55.165662.385421.1906
Yxy62.38540.39760.4497
Hunter Lab78.9844-13.551939.3823
CIE-Lab83.1179-10.158454.9910

#ddd264 color RGB value is (221,210,100).

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

The process color (four color CMYK) of #ddd264 color hex is 0.00, 0.05, 0.55, 0.13. Web safe color of #ddd264 is #cccc66. Color #ddd264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 01100100
Octal 335 322 144
Decimal 221 210 100
Hex DD D2 64

RGB Percentages of Color #ddd264

%41.62
%39.55
%18.83

CMYK Percentages of Color #ddd264

%0
%5
%55
%13

Triadic Colors of #ddd264

#ddd264 #64ddd2 #d264dd

Analogous Colors of #ddd264

#ddd264 #acdd64 #dd9664

Monochromatic Colors of #ddd264

#ddd264

Complementary Color

#ddd264 #646fdd

#ddd264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd264 Color CSS Codes

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

#ddd264 Text Font Color

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

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


#ddd264 Background Color

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

This div background color is #ddd264


#ddd264 Border Color

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

This div border color is #ddd264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd264

#ddd264 Color Palettes


Comments

No comments written yet.

Please login to write comment.