Color Hex Logo

#dddf90 Color Hex

#DDDF90
(221,223,144)
0 Favorites   0 Comments

Color spaces of #dddf90

RGB 221223144
HSL0.170.550.72
HSV62°35°87°
CMYK 0.010.000.35   0.13
XYZ61.240570.161136.7003
Yxy70.16110.36430.4174
Hunter Lab83.7622-16.078432.6557
CIE-Lab87.0758-12.438538.5296

#dddf90 color RGB value is (221,223,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 10010000
Octal 335 337 220
Decimal 221 223 144
Hex DD DF 90

RGB Percentages of Color #dddf90

%37.59
%37.93
%24.49

CMYK Percentages of Color #dddf90

%1
%0
%35
%13

Triadic Colors of #dddf90

#dddf90 #90dddf #df90dd

Analogous Colors of #dddf90

#dddf90 #b6df90 #dfba90

Monochromatic Colors of #dddf90

#dddf90

Complementary Color

#dddf90 #9290df

#dddf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf90 Color CSS Codes

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

#dddf90 Text Font Color

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

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


#dddf90 Background Color

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

This div background color is #dddf90


#dddf90 Border Color

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

This div border color is #dddf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf90


Comments

No comments written yet.

Please login to write comment.