Color Hex Logo

#ddda88 Color Hex

#DDDA88
(221,218,136)
0 Favorites   0 Comments

Color spaces of #ddda88

RGB 221218136
HSL0.160.560.70
HSV58°38°87°
CMYK 0.000.010.38   0.13
XYZ59.334167.292533.1541
Yxy67.29250.37130.4212
Hunter Lab82.0320-14.446233.4597
CIE-Lab85.6514-10.827440.7094

#ddda88 color RGB value is (221,218,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 10001000
Octal 335 332 210
Decimal 221 218 136
Hex DD DA 88

RGB Percentages of Color #ddda88

%38.43
%37.91
%23.65

CMYK Percentages of Color #ddda88

%0
%1
%38
%13

Triadic Colors of #ddda88

#ddda88 #88ddda #da88dd

Analogous Colors of #ddda88

#ddda88 #b6dd88 #ddb088

Monochromatic Colors of #ddda88

#ddda88

Complementary Color

#ddda88 #888bdd

#ddda88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda88 Color CSS Codes

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

#ddda88 Text Font Color

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

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


#ddda88 Background Color

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

This div background color is #ddda88


#ddda88 Border Color

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

This div border color is #ddda88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda88


Comments

No comments written yet.

Please login to write comment.