Color Hex Logo

#ddaabb Color Hex

#DDAABB
(221,170,187)
7 Favorites   0 Comments

Color spaces of #ddaabb

RGB 221170187
HSL0.940.430.77
HSV340°23°87°
CMYK 0.000.230.15   0.13
XYZ53.163247.709553.4206
Yxy47.70950.34460.3092
Hunter Lab69.072116.51132.4953
CIE-Lab74.641321.2702-1.4634

#ddaabb color RGB value is (221,170,187).

#ddaabb hex color red value is 221, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddaabb hue: 0.94 , saturation: 0.43 and the lightness value of ddaabb is 0.77.

The process color (four color CMYK) of #ddaabb color hex is 0.00, 0.23, 0.15, 0.13. Web safe color of #ddaabb is #cc99cc. Color #ddaabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10111011
Octal 335 252 273
Decimal 221 170 187
Hex DD AA BB

RGB Percentages of Color #ddaabb

%38.24
%29.41
%32.35

CMYK Percentages of Color #ddaabb

%0
%23
%15
%13

Triadic Colors of #ddaabb

#ddaabb #bbddaa #aabbdd

Analogous Colors of #ddaabb

#ddaabb #ddb3aa #ddaad5

Monochromatic Colors of #ddaabb

#ddaabb

Complementary Color

#ddaabb #aaddcc

#ddaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaabb Color CSS Codes

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

#ddaabb Text Font Color

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

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


#ddaabb Background Color

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

This div background color is #ddaabb


#ddaabb Border Color

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

This div border color is #ddaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaabb


Comments

No comments written yet.

Please login to write comment.