Color Hex Logo

#ddbea3 Color Hex

#DDBEA3
(221,190,163)
0 Favorites   0 Comments

Color spaces of #ddbea3

RGB 221190163
HSL0.080.460.75
HSV28°26°87°
CMYK 0.000.140.26   0.13
XYZ54.843154.843442.3456
Yxy54.84340.36070.3607
Hunter Lab74.05632.591217.9373
CIE-Lab78.95106.988417.7221

#ddbea3 color RGB value is (221,190,163).

#ddbea3 hex color red value is 221, green value is 190 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #ddbea3 hue: 0.08 , saturation: 0.46 and the lightness value of ddbea3 is 0.75.

The process color (four color CMYK) of #ddbea3 color hex is 0.00, 0.14, 0.26, 0.13. Web safe color of #ddbea3 is #cccc99. Color #ddbea3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10100011
Octal 335 276 243
Decimal 221 190 163
Hex DD BE A3

RGB Percentages of Color #ddbea3

%38.50
%33.10
%28.40

CMYK Percentages of Color #ddbea3

%0
%14
%26
%13

Triadic Colors of #ddbea3

#ddbea3 #a3ddbe #bea3dd

Analogous Colors of #ddbea3

#ddbea3 #dddba3 #dda3a5

Monochromatic Colors of #ddbea3

#ddbea3

Complementary Color

#ddbea3 #a3c2dd

#ddbea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbea3 Color CSS Codes

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

#ddbea3 Text Font Color

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

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


#ddbea3 Background Color

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

This div background color is #ddbea3


#ddbea3 Border Color

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

This div border color is #ddbea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbea3


Comments

No comments written yet.

Please login to write comment.