Color Hex Logo

#ddf073 Color Hex

#DDF073
(221,240,115)
0 Favorites   0 Comments

Color spaces of #ddf073

RGB 221240115
HSL0.190.810.70
HSV69°52°94°
CMYK 0.080.000.52   0.06
XYZ64.073478.930128.0777
Yxy78.93010.37450.4614
Hunter Lab88.8426-26.740243.4519
CIE-Lab91.2027-23.667757.5316

#ddf073 color RGB value is (221,240,115).

#ddf073 hex color red value is 221, green value is 240 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ddf073 hue: 0.19 , saturation: 0.81 and the lightness value of ddf073 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 01110011
Octal 335 360 163
Decimal 221 240 115
Hex DD F0 73

RGB Percentages of Color #ddf073

%38.37
%41.67
%19.97

CMYK Percentages of Color #ddf073

%8
%0
%52
%6

Triadic Colors of #ddf073

#ddf073 #73ddf0 #f073dd

Analogous Colors of #ddf073

#ddf073 #9ff073 #f0c573

Monochromatic Colors of #ddf073

#ddf073

Complementary Color

#ddf073 #8673f0

#ddf073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf073 Color CSS Codes

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

#ddf073 Text Font Color

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

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


#ddf073 Background Color

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

This div background color is #ddf073


#ddf073 Border Color

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

This div border color is #ddf073


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,240,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 #ddf073">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf073


Comments

No comments written yet.

Please login to write comment.