Color Hex Logo

#dddf81 Color Hex

#DDDF81
(221,223,129)
0 Favorites   0 Comments

Color spaces of #dddf81

RGB 221223129
HSL0.170.590.69
HSV61°42°87°
CMYK 0.010.000.42   0.13
XYZ60.168969.732531.0574
Yxy69.73250.37380.4332
Hunter Lab83.5060-17.520236.4032
CIE-Lab86.8655-14.065745.7010

#dddf81 color RGB value is (221,223,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10000001
Octal 335 337 201
Decimal 221 223 129
Hex DD DF 81

RGB Percentages of Color #dddf81

%38.57
%38.92
%22.51

CMYK Percentages of Color #dddf81

%1
%0
%42
%13

Triadic Colors of #dddf81

#dddf81 #81dddf #df81dd

Analogous Colors of #dddf81

#dddf81 #aedf81 #dfb281

Monochromatic Colors of #dddf81

#dddf81

Complementary Color

#dddf81 #8381df

#dddf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf81 Color CSS Codes

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

#dddf81 Text Font Color

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

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


#dddf81 Background Color

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

This div background color is #dddf81


#dddf81 Border Color

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

This div border color is #dddf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf81


Comments

No comments written yet.

Please login to write comment.