Color Hex Logo

#ddbaba Color Hex

#DDBABA
(221,186,186)
2 Favorites   0 Comments

Color spaces of #ddbaba

RGB 221186186
HSL0.000.340.80
HSV16°87°
CMYK 0.000.160.16   0.13
XYZ56.240654.035153.9200
Yxy54.03510.34250.3291
Hunter Lab73.50867.92847.9656
CIE-Lab78.482212.51514.6687

#ddbaba color RGB value is (221,186,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10111010
Octal 335 272 272
Decimal 221 186 186
Hex DD BA BA

RGB Percentages of Color #ddbaba

%37.27
%31.37
%31.37

CMYK Percentages of Color #ddbaba

%0
%16
%16
%13

Triadic Colors of #ddbaba

#ddbaba #baddba #babadd

Analogous Colors of #ddbaba

#ddbaba #ddccba #ddbacc

Monochromatic Colors of #ddbaba

#ddbaba

Complementary Color

#ddbaba #badddd

#ddbaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaba Color CSS Codes

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

#ddbaba Text Font Color

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

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


#ddbaba Background Color

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

This div background color is #ddbaba


#ddbaba Border Color

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

This div border color is #ddbaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaba


Comments

No comments written yet.

Please login to write comment.