Color Hex Logo

#ddeca1 Color Hex

#DDECA1
(221,236,161)
0 Favorites   0 Comments

Color spaces of #ddeca1

RGB 221236161
HSL0.200.660.78
HSV72°32°93°
CMYK 0.060.000.32   0.07
XYZ66.247377.936345.2698
Yxy77.93630.34970.4114
Hunter Lab88.2815-20.544631.3938
CIE-Lab90.7508-16.817034.7808

#ddeca1 color RGB value is (221,236,161).

#ddeca1 hex color red value is 221, green value is 236 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ddeca1 hue: 0.20 , saturation: 0.66 and the lightness value of ddeca1 is 0.78.

The process color (four color CMYK) of #ddeca1 color hex is 0.06, 0.00, 0.32, 0.07. Web safe color of #ddeca1 is #ccff99. Color #ddeca1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10100001
Octal 335 354 241
Decimal 221 236 161
Hex DD EC A1

RGB Percentages of Color #ddeca1

%35.76
%38.19
%26.05

CMYK Percentages of Color #ddeca1

%6
%0
%32
%7

Triadic Colors of #ddeca1

#ddeca1 #a1ddec #eca1dd

Analogous Colors of #ddeca1

#ddeca1 #b8eca1 #ecd6a1

Monochromatic Colors of #ddeca1

#ddeca1

Complementary Color

#ddeca1 #b0a1ec

#ddeca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeca1 Color CSS Codes

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

#ddeca1 Text Font Color

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

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


#ddeca1 Background Color

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

This div background color is #ddeca1


#ddeca1 Border Color

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

This div border color is #ddeca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeca1


Comments

No comments written yet.

Please login to write comment.