Color Hex Logo

#ddce90 Color Hex

#DDCE90
(221,206,144)
0 Favorites   0 Comments

Color spaces of #ddce90

RGB 221206144
HSL0.130.530.72
HSV48°35°87°
CMYK 0.000.070.35   0.13
XYZ56.924161.528435.2615
Yxy61.52840.37030.4003
Hunter Lab78.4400-7.732328.2551
CIE-Lab82.6620-3.807632.7627

#ddce90 color RGB value is (221,206,144).

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

The process color (four color CMYK) of #ddce90 color hex is 0.00, 0.07, 0.35, 0.13. Web safe color of #ddce90 is #cccc99. Color #ddce90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001110 10010000
Octal 335 316 220
Decimal 221 206 144
Hex DD CE 90

RGB Percentages of Color #ddce90

%38.70
%36.08
%25.22

CMYK Percentages of Color #ddce90

%0
%7
%35
%13

Triadic Colors of #ddce90

#ddce90 #90ddce #ce90dd

Analogous Colors of #ddce90

#ddce90 #c6dd90 #dda890

Monochromatic Colors of #ddce90

#ddce90

Complementary Color

#ddce90 #909fdd

#ddce90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddce90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddce90 Color CSS Codes

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

#ddce90 Text Font Color

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

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


#ddce90 Background Color

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

This div background color is #ddce90


#ddce90 Border Color

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

This div border color is #ddce90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddce90


Comments

No comments written yet.

Please login to write comment.