Color Hex Logo

#ddbea2 Color Hex

#DDBEA2
(221,190,162)
0 Favorites   0 Comments

Color spaces of #ddbea2

RGB 221190162
HSL0.080.460.75
HSV28°27°87°
CMYK 0.000.140.27   0.13
XYZ54.753854.807741.8755
Yxy54.80770.36160.3619
Hunter Lab74.03222.461218.2858
CIE-Lab78.93046.851218.2288

#ddbea2 color RGB value is (221,190,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10100010
Octal 335 276 242
Decimal 221 190 162
Hex DD BE A2

RGB Percentages of Color #ddbea2

%38.57
%33.16
%28.27

CMYK Percentages of Color #ddbea2

%0
%14
%27
%13

Triadic Colors of #ddbea2

#ddbea2 #a2ddbe #bea2dd

Analogous Colors of #ddbea2

#ddbea2 #dddca2 #dda2a4

Monochromatic Colors of #ddbea2

#ddbea2

Complementary Color

#ddbea2 #a2c1dd

#ddbea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbea2 Color CSS Codes

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

#ddbea2 Text Font Color

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

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


#ddbea2 Background Color

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

This div background color is #ddbea2


#ddbea2 Border Color

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

This div border color is #ddbea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbea2


Comments

No comments written yet.

Please login to write comment.