Color Hex Logo

#dded82 Color Hex

#DDED82
(221,237,130)
0 Favorites   0 Comments

Color spaces of #dded82

RGB 221237130
HSL0.190.750.72
HSV69°45°93°
CMYK 0.070.000.45   0.07
XYZ64.132277.552232.7080
Yxy77.55220.36770.4447
Hunter Lab88.0637-24.119339.6235
CIE-Lab90.5752-20.829049.8048

#dded82 color RGB value is (221,237,130).

#dded82 hex color red value is 221, green value is 237 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dded82 hue: 0.19 , saturation: 0.75 and the lightness value of dded82 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 10000010
Octal 335 355 202
Decimal 221 237 130
Hex DD ED 82

RGB Percentages of Color #dded82

%37.59
%40.31
%22.11

CMYK Percentages of Color #dded82

%7
%0
%45
%7

Triadic Colors of #dded82

#dded82 #82dded #ed82dd

Analogous Colors of #dded82

#dded82 #a8ed82 #edc882

Monochromatic Colors of #dded82

#dded82

Complementary Color

#dded82 #9282ed

#dded82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded82 Color CSS Codes

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

#dded82 Text Font Color

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

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


#dded82 Background Color

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

This div background color is #dded82


#dded82 Border Color

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

This div border color is #dded82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded82


Comments

No comments written yet.

Please login to write comment.