Color Hex Logo

#dded99 Color Hex

#DDED99
(221,237,153)
0 Favorites   0 Comments

Color spaces of #dded99

RGB 221237153
HSL0.200.700.76
HSV71°35°93°
CMYK 0.070.000.35   0.07
XYZ65.852778.240441.7681
Yxy78.24040.35430.4210
Hunter Lab88.4536-21.902633.9206
CIE-Lab90.8895-18.296738.9724

#dded99 color RGB value is (221,237,153).

#dded99 hex color red value is 221, green value is 237 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dded99 hue: 0.20 , saturation: 0.70 and the lightness value of dded99 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10011001
Octal 335 355 231
Decimal 221 237 153
Hex DD ED 99

RGB Percentages of Color #dded99

%36.17
%38.79
%25.04

CMYK Percentages of Color #dded99

%7
%0
%35
%7

Triadic Colors of #dded99

#dded99 #99dded #ed99dd

Analogous Colors of #dded99

#dded99 #b3ed99 #edd399

Monochromatic Colors of #dded99

#dded99

Complementary Color

#dded99 #a999ed

#dded99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded99 Color CSS Codes

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

#dded99 Text Font Color

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

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


#dded99 Background Color

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

This div background color is #dded99


#dded99 Border Color

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

This div border color is #dded99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded99


Comments

No comments written yet.

Please login to write comment.