Color Hex Logo

#ddf873 Color Hex

#DDF873
(221,248,115)
0 Favorites   0 Comments

Color spaces of #ddf873

RGB 221248115
HSL0.200.900.71
HSV72°54°97°
CMYK 0.110.000.54   0.03
XYZ66.480783.744828.8801
Yxy83.74480.37120.4676
Hunter Lab91.5122-30.471745.3473
CIE-Lab93.3395-27.455360.0146

#ddf873 color RGB value is (221,248,115).

#ddf873 hex color red value is 221, green value is 248 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ddf873 hue: 0.20 , saturation: 0.90 and the lightness value of ddf873 is 0.71.

The process color (four color CMYK) of #ddf873 color hex is 0.11, 0.00, 0.54, 0.03. Web safe color of #ddf873 is #ccff66. Color #ddf873 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111000 01110011
Octal 335 370 163
Decimal 221 248 115
Hex DD F8 73

RGB Percentages of Color #ddf873

%37.84
%42.47
%19.69

CMYK Percentages of Color #ddf873

%11
%0
%54
%3

Triadic Colors of #ddf873

#ddf873 #73ddf8 #f873dd

Analogous Colors of #ddf873

#ddf873 #9bf873 #f8d173

Monochromatic Colors of #ddf873

#ddf873

Complementary Color

#ddf873 #8e73f8

#ddf873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf873 Color CSS Codes

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

#ddf873 Text Font Color

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

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


#ddf873 Background Color

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

This div background color is #ddf873


#ddf873 Border Color

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

This div border color is #ddf873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf873


Comments

No comments written yet.

Please login to write comment.