Color Hex Logo

#ddbbbb Color Hex

#DDBBBB
(221,187,187)
2 Favorites   0 Comments

Color spaces of #ddbbbb

RGB 221187187
HSL0.000.330.80
HSV15°87°
CMYK 0.000.150.15   0.13
XYZ56.558854.500754.5524
Yxy54.50070.34150.3291
Hunter Lab73.82467.56017.8651
CIE-Lab78.752812.13894.5191

#ddbbbb color RGB value is (221,187,187).

#ddbbbb hex color red value is 221, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ddbbbb hue: 0.00 , saturation: 0.33 and the lightness value of ddbbbb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10111011
Octal 335 273 273
Decimal 221 187 187
Hex DD BB BB

RGB Percentages of Color #ddbbbb

%37.14
%31.43
%31.43

CMYK Percentages of Color #ddbbbb

%0
%15
%15
%13

Triadic Colors of #ddbbbb

#ddbbbb #bbddbb #bbbbdd

Analogous Colors of #ddbbbb

#ddbbbb #ddccbb #ddbbcc

Monochromatic Colors of #ddbbbb

#ddbbbb

Complementary Color

#ddbbbb #bbdddd

#ddbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbbb Color CSS Codes

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

#ddbbbb Text Font Color

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

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


#ddbbbb Background Color

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

This div background color is #ddbbbb


#ddbbbb Border Color

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

This div border color is #ddbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbbb


Comments

No comments written yet.

Please login to write comment.