Color Hex Logo

#dddf69 Color Hex

#DDDF69
(221,223,105)
0 Favorites   0 Comments

Color spaces of #dddf69

RGB 221223105
HSL0.170.650.64
HSV61°53°87°
CMYK 0.010.000.53   0.13
XYZ58.756369.167423.6185
Yxy69.16740.38770.4564
Hunter Lab83.1669-19.434441.3791
CIE-Lab86.5869-16.251156.7045

#dddf69 color RGB value is (221,223,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 01101001
Octal 335 337 151
Decimal 221 223 105
Hex DD DF 69

RGB Percentages of Color #dddf69

%40.26
%40.62
%19.13

CMYK Percentages of Color #dddf69

%1
%0
%53
%13

Triadic Colors of #dddf69

#dddf69 #69dddf #df69dd

Analogous Colors of #dddf69

#dddf69 #a2df69 #dfa669

Monochromatic Colors of #dddf69

#dddf69

Complementary Color

#dddf69 #6b69df

#dddf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf69 Color CSS Codes

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

#dddf69 Text Font Color

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

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


#dddf69 Background Color

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

This div background color is #dddf69


#dddf69 Border Color

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

This div border color is #dddf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf69


Comments

No comments written yet.

Please login to write comment.