Color Hex Logo

#ddda90 Color Hex

#DDDA90
(221,218,144)
0 Favorites   0 Comments

Color spaces of #ddda90

RGB 221218144
HSL0.160.530.72
HSV58°35°87°
CMYK 0.000.010.35   0.13
XYZ59.924267.528636.2615
Yxy67.52860.36600.4125
Hunter Lab82.1758-13.641931.3603
CIE-Lab85.7702-9.927336.8354

#ddda90 color RGB value is (221,218,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10010000
Octal 335 332 220
Decimal 221 218 144
Hex DD DA 90

RGB Percentages of Color #ddda90

%37.91
%37.39
%24.70

CMYK Percentages of Color #ddda90

%0
%1
%35
%13

Triadic Colors of #ddda90

#ddda90 #90ddda #da90dd

Analogous Colors of #ddda90

#ddda90 #badd90 #ddb490

Monochromatic Colors of #ddda90

#ddda90

Complementary Color

#ddda90 #9093dd

#ddda90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda90 Color CSS Codes

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

#ddda90 Text Font Color

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

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


#ddda90 Background Color

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

This div background color is #ddda90


#ddda90 Border Color

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

This div border color is #ddda90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,218,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 #ddda90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda90


Comments

No comments written yet.

Please login to write comment.