Color Hex Logo

#ddbb90 Color Hex

#DDBB90
(221,187,144)
0 Favorites   0 Comments

Color spaces of #ddbb90

RGB 221187144
HSL0.090.530.72
HSV34°35°87°
CMYK 0.000.150.35   0.13
XYZ52.623252.926433.8278
Yxy52.92640.37760.3797
Hunter Lab72.75051.802323.3565
CIE-Lab77.83156.119726.3216

#ddbb90 color RGB value is (221,187,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10010000
Octal 335 273 220
Decimal 221 187 144
Hex DD BB 90

RGB Percentages of Color #ddbb90

%40.04
%33.88
%26.09

CMYK Percentages of Color #ddbb90

%0
%15
%35
%13

Triadic Colors of #ddbb90

#ddbb90 #90ddbb #bb90dd

Analogous Colors of #ddbb90

#ddbb90 #d9dd90 #dd9590

Monochromatic Colors of #ddbb90

#ddbb90

Complementary Color

#ddbb90 #90b2dd

#ddbb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb90 Color CSS Codes

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

#ddbb90 Text Font Color

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

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


#ddbb90 Background Color

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

This div background color is #ddbb90


#ddbb90 Border Color

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

This div border color is #ddbb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb90


Comments

No comments written yet.

Please login to write comment.