Color Hex Logo

#dddf71 Color Hex

#DDDF71
(221,223,113)
0 Favorites   0 Comments

Color spaces of #dddf71

RGB 221223113
HSL0.170.630.66
HSV61°49°87°
CMYK 0.010.000.49   0.13
XYZ59.187169.339825.8872
Yxy69.33980.38330.4491
Hunter Lab83.2705-18.849039.8572
CIE-Lab86.6720-15.579753.1207

#dddf71 color RGB value is (221,223,113).

#dddf71 hex color red value is 221, green value is 223 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #dddf71 hue: 0.17 , saturation: 0.63 and the lightness value of dddf71 is 0.66.

The process color (four color CMYK) of #dddf71 color hex is 0.01, 0.00, 0.49, 0.13. Web safe color of #dddf71 is #cccc66. Color #dddf71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 01110001
Octal 335 337 161
Decimal 221 223 113
Hex DD DF 71

RGB Percentages of Color #dddf71

%39.68
%40.04
%20.29

CMYK Percentages of Color #dddf71

%1
%0
%49
%13

Triadic Colors of #dddf71

#dddf71 #71dddf #df71dd

Analogous Colors of #dddf71

#dddf71 #a6df71 #dfaa71

Monochromatic Colors of #dddf71

#dddf71

Complementary Color

#dddf71 #7371df

#dddf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf71 Color CSS Codes

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

#dddf71 Text Font Color

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

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


#dddf71 Background Color

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

This div background color is #dddf71


#dddf71 Border Color

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

This div border color is #dddf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf71


Comments

No comments written yet.

Please login to write comment.