Color Hex Logo

#ddeca7 Color Hex

#DDECA7
(221,236,167)
0 Favorites   0 Comments

Color spaces of #ddeca7

RGB 221236167
HSL0.200.640.79
HSV73°29°93°
CMYK 0.060.000.29   0.07
XYZ66.789378.153148.1241
Yxy78.15310.34590.4048
Hunter Lab88.4042-19.850929.6076
CIE-Lab90.8497-16.037631.8777

#ddeca7 color RGB value is (221,236,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10100111
Octal 335 354 247
Decimal 221 236 167
Hex DD EC A7

RGB Percentages of Color #ddeca7

%35.42
%37.82
%26.76

CMYK Percentages of Color #ddeca7

%6
%0
%29
%7

Triadic Colors of #ddeca7

#ddeca7 #a7ddec #eca7dd

Analogous Colors of #ddeca7

#ddeca7 #bbeca7 #ecd9a7

Monochromatic Colors of #ddeca7

#ddeca7

Complementary Color

#ddeca7 #b6a7ec

#ddeca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeca7 Color CSS Codes

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

#ddeca7 Text Font Color

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

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


#ddeca7 Background Color

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

This div background color is #ddeca7


#ddeca7 Border Color

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

This div border color is #ddeca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeca7


Comments

No comments written yet.

Please login to write comment.