Color Hex Logo

#ddf971 Color Hex

#DDF971
(221,249,113)
0 Favorites   0 Comments

Color spaces of #ddf971

RGB 221249113
HSL0.200.920.71
HSV72°55°98°
CMYK 0.110.000.55   0.02
XYZ66.675184.315828.3832
Yxy84.31580.37170.4701
Hunter Lab91.8236-31.078745.9497
CIE-Lab93.5875-28.091861.1833

#ddf971 color RGB value is (221,249,113).

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

The process color (four color CMYK) of #ddf971 color hex is 0.11, 0.00, 0.55, 0.02. Web safe color of #ddf971 is #ccff66. Color #ddf971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111001 01110001
Octal 335 371 161
Decimal 221 249 113
Hex DD F9 71

RGB Percentages of Color #ddf971

%37.91
%42.71
%19.38

CMYK Percentages of Color #ddf971

%11
%0
%55
%2

Triadic Colors of #ddf971

#ddf971 #71ddf9 #f971dd

Analogous Colors of #ddf971

#ddf971 #99f971 #f9d171

Monochromatic Colors of #ddf971

#ddf971

Complementary Color

#ddf971 #8d71f9

#ddf971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf971 Color CSS Codes

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

#ddf971 Text Font Color

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

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


#ddf971 Background Color

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

This div background color is #ddf971


#ddf971 Border Color

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

This div border color is #ddf971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf971


Comments

No comments written yet.

Please login to write comment.