Color Hex Logo

#dded72 Color Hex

#DDED72
(221,237,114)
0 Favorites   0 Comments

Color spaces of #dded72

RGB 221237114
HSL0.190.770.69
HSV68°52°93°
CMYK 0.070.000.52   0.07
XYZ63.140277.155427.4842
Yxy77.15540.37630.4599
Hunter Lab87.8381-25.406642.9351
CIE-Lab90.3931-22.317157.0391

#dded72 color RGB value is (221,237,114).

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

The process color (four color CMYK) of #dded72 color hex is 0.07, 0.00, 0.52, 0.07. Web safe color of #dded72 is #ccff66. Color #dded72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101101 01110010
Octal 335 355 162
Decimal 221 237 114
Hex DD ED 72

RGB Percentages of Color #dded72

%38.64
%41.43
%19.93

CMYK Percentages of Color #dded72

%7
%0
%52
%7

Triadic Colors of #dded72

#dded72 #72dded #ed72dd

Analogous Colors of #dded72

#dded72 #a0ed72 #edc072

Monochromatic Colors of #dded72

#dded72

Complementary Color

#dded72 #8272ed

#dded72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dded72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dded72 Color CSS Codes

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

#dded72 Text Font Color

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

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


#dded72 Background Color

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

This div background color is #dded72


#dded72 Border Color

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

This div border color is #dded72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dded72


Comments

No comments written yet.

Please login to write comment.