Color Hex Logo

#dddf88 Color Hex

#DDDF88
(221,223,136)
0 Favorites   0 Comments

Color spaces of #dddf88

RGB 221223136
HSL0.170.580.70
HSV61°39°87°
CMYK 0.010.000.39   0.13
XYZ60.650469.925133.5928
Yxy69.92510.36940.4259
Hunter Lab83.6212-16.871334.7165
CIE-Lab86.9601-13.331342.3749

#dddf88 color RGB value is (221,223,136).

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

The process color (four color CMYK) of #dddf88 color hex is 0.01, 0.00, 0.39, 0.13. Web safe color of #dddf88 is #cccc99. Color #dddf88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10001000
Octal 335 337 210
Decimal 221 223 136
Hex DD DF 88

RGB Percentages of Color #dddf88

%38.10
%38.45
%23.45

CMYK Percentages of Color #dddf88

%1
%0
%39
%13

Triadic Colors of #dddf88

#dddf88 #88dddf #df88dd

Analogous Colors of #dddf88

#dddf88 #b2df88 #dfb688

Monochromatic Colors of #dddf88

#dddf88

Complementary Color

#dddf88 #8a88df

#dddf88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf88 Color CSS Codes

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

#dddf88 Text Font Color

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

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


#dddf88 Background Color

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

This div background color is #dddf88


#dddf88 Border Color

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

This div border color is #dddf88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf88


Comments

No comments written yet.

Please login to write comment.