Color Hex Logo

#ddeca5 Color Hex

#DDECA5
(221,236,165)
0 Favorites   0 Comments

Color spaces of #ddeca5

RGB 221236165
HSL0.200.650.79
HSV73°30°93°
CMYK 0.060.000.30   0.07
XYZ66.605878.079747.1577
Yxy78.07970.34720.4070
Hunter Lab88.3627-20.085530.2118
CIE-Lab90.8163-16.300832.8467

#ddeca5 color RGB value is (221,236,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10100101
Octal 335 354 245
Decimal 221 236 165
Hex DD EC A5

RGB Percentages of Color #ddeca5

%35.53
%37.94
%26.53

CMYK Percentages of Color #ddeca5

%6
%0
%30
%7

Triadic Colors of #ddeca5

#ddeca5 #a5ddec #eca5dd

Analogous Colors of #ddeca5

#ddeca5 #baeca5 #ecd8a5

Monochromatic Colors of #ddeca5

#ddeca5

Complementary Color

#ddeca5 #b4a5ec

#ddeca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeca5 Color CSS Codes

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

#ddeca5 Text Font Color

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

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


#ddeca5 Background Color

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

This div background color is #ddeca5


#ddeca5 Border Color

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

This div border color is #ddeca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeca5


Comments

No comments written yet.

Please login to write comment.