Color Hex Logo

#dddf7c Color Hex

#DDDF7C
(221,223,124)
0 Favorites   0 Comments

Color spaces of #dddf7c

RGB 221223124
HSL0.170.610.68
HSV61°44°87°
CMYK 0.010.000.44   0.13
XYZ59.844669.602729.3493
Yxy69.60270.37690.4383
Hunter Lab83.4282-17.958137.5421
CIE-Lab86.8016-14.563148.0501

#dddf7c color RGB value is (221,223,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 01111100
Octal 335 337 174
Decimal 221 223 124
Hex DD DF 7C

RGB Percentages of Color #dddf7c

%38.91
%39.26
%21.83

CMYK Percentages of Color #dddf7c

%1
%0
%44
%13

Triadic Colors of #dddf7c

#dddf7c #7cdddf #df7cdd

Analogous Colors of #dddf7c

#dddf7c #acdf7c #dfb07c

Monochromatic Colors of #dddf7c

#dddf7c

Complementary Color

#dddf7c #7e7cdf

#dddf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf7c Color CSS Codes

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

#dddf7c Text Font Color

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

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


#dddf7c Background Color

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

This div background color is #dddf7c


#dddf7c Border Color

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

This div border color is #dddf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf7c


Comments

No comments written yet.

Please login to write comment.