Color Hex Logo

#ddbab3 Color Hex

#DDBAB3
(221,186,179)
0 Favorites   0 Comments

Color spaces of #ddbab3

RGB 221186179
HSL0.030.380.78
HSV10°19°87°
CMYK 0.000.160.19   0.13
XYZ55.514453.744650.0957
Yxy53.74460.34840.3373
Hunter Lab73.31076.875110.8026
CIE-Lab78.312611.43168.2093

#ddbab3 color RGB value is (221,186,179).

#ddbab3 hex color red value is 221, green value is 186 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #ddbab3 hue: 0.03 , saturation: 0.38 and the lightness value of ddbab3 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10110011
Octal 335 272 263
Decimal 221 186 179
Hex DD BA B3

RGB Percentages of Color #ddbab3

%37.71
%31.74
%30.55

CMYK Percentages of Color #ddbab3

%0
%16
%19
%13

Triadic Colors of #ddbab3

#ddbab3 #b3ddba #bab3dd

Analogous Colors of #ddbab3

#ddbab3 #ddcfb3 #ddb3c1

Monochromatic Colors of #ddbab3

#ddbab3

Complementary Color

#ddbab3 #b3d6dd

#ddbab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbab3 Color CSS Codes

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

#ddbab3 Text Font Color

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

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


#ddbab3 Background Color

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

This div background color is #ddbab3


#ddbab3 Border Color

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

This div border color is #ddbab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbab3


Comments

No comments written yet.

Please login to write comment.