Color Hex Logo

#ddd491 Color Hex

#DDD491
(221,212,145)
0 Favorites   0 Comments

Color spaces of #ddd491

RGB 221212145
HSL0.150.530.72
HSV53°34°87°
CMYK 0.000.040.34   0.13
XYZ58.473164.503536.1566
Yxy64.50350.36740.4053
Hunter Lab80.3141-10.591729.5281
CIE-Lab84.2272-6.765734.3090

#ddd491 color RGB value is (221,212,145).

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

The process color (four color CMYK) of #ddd491 color hex is 0.00, 0.04, 0.34, 0.13. Web safe color of #ddd491 is #cccc99. Color #ddd491 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 10010001
Octal 335 324 221
Decimal 221 212 145
Hex DD D4 91

RGB Percentages of Color #ddd491

%38.24
%36.68
%25.09

CMYK Percentages of Color #ddd491

%0
%4
%34
%13

Triadic Colors of #ddd491

#ddd491 #91ddd4 #d491dd

Analogous Colors of #ddd491

#ddd491 #c0dd91 #ddae91

Monochromatic Colors of #ddd491

#ddd491

Complementary Color

#ddd491 #919add

#ddd491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd491 Color CSS Codes

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

#ddd491 Text Font Color

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

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


#ddd491 Background Color

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

This div background color is #ddd491


#ddd491 Border Color

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

This div border color is #ddd491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd491


Comments

No comments written yet.

Please login to write comment.