Color Hex Logo

#ddeca6 Color Hex

#DDECA6
(221,236,166)
0 Favorites   0 Comments

Color spaces of #ddeca6

RGB 221236166
HSL0.200.650.79
HSV73°30°93°
CMYK 0.060.000.30   0.07
XYZ66.697278.116247.6390
Yxy78.11620.34660.4059
Hunter Lab88.3834-19.968529.9108
CIE-Lab90.8329-16.169532.3624

#ddeca6 color RGB value is (221,236,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10100110
Octal 335 354 246
Decimal 221 236 166
Hex DD EC A6

RGB Percentages of Color #ddeca6

%35.47
%37.88
%26.65

CMYK Percentages of Color #ddeca6

%6
%0
%30
%7

Triadic Colors of #ddeca6

#ddeca6 #a6ddec #eca6dd

Analogous Colors of #ddeca6

#ddeca6 #baeca6 #ecd8a6

Monochromatic Colors of #ddeca6

#ddeca6

Complementary Color

#ddeca6 #b5a6ec

#ddeca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeca6 Color CSS Codes

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

#ddeca6 Text Font Color

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

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


#ddeca6 Background Color

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

This div background color is #ddeca6


#ddeca6 Border Color

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

This div border color is #ddeca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeca6


Comments

No comments written yet.

Please login to write comment.