Color Hex Logo

#ddbbb5 Color Hex

#DDBBB5
(221,187,181)
0 Favorites   0 Comments

Color spaces of #ddbbb5

RGB 221187181
HSL0.030.370.79
HSV18°87°
CMYK 0.000.150.18   0.13
XYZ55.929654.249051.2394
Yxy54.24900.34650.3361
Hunter Lab73.65396.650810.3110
CIE-Lab78.606711.20327.5502

#ddbbb5 color RGB value is (221,187,181).

#ddbbb5 hex color red value is 221, green value is 187 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ddbbb5 hue: 0.03 , saturation: 0.37 and the lightness value of ddbbb5 is 0.79.

The process color (four color CMYK) of #ddbbb5 color hex is 0.00, 0.15, 0.18, 0.13. Web safe color of #ddbbb5 is #cccccc. Color #ddbbb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10110101
Octal 335 273 265
Decimal 221 187 181
Hex DD BB B5

RGB Percentages of Color #ddbbb5

%37.52
%31.75
%30.73

CMYK Percentages of Color #ddbbb5

%0
%15
%18
%13

Triadic Colors of #ddbbb5

#ddbbb5 #b5ddbb #bbb5dd

Analogous Colors of #ddbbb5

#ddbbb5 #ddcfb5 #ddb5c3

Monochromatic Colors of #ddbbb5

#ddbbb5

Complementary Color

#ddbbb5 #b5d7dd

#ddbbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbb5 Color CSS Codes

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

#ddbbb5 Text Font Color

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

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


#ddbbb5 Background Color

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

This div background color is #ddbbb5


#ddbbb5 Border Color

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

This div border color is #ddbbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbb5


Comments

No comments written yet.

Please login to write comment.