Color Hex Logo

#ddbea8 Color Hex

#DDBEA8
(221,190,168)
0 Favorites   0 Comments

Color spaces of #ddbea8

RGB 221190168
HSL0.070.440.76
HSV25°24°87°
CMYK 0.000.140.24   0.13
XYZ55.300155.026244.7523
Yxy55.02620.35660.3548
Hunter Lab74.17963.255416.1563
CIE-Lab79.05647.687215.1889

#ddbea8 color RGB value is (221,190,168).

#ddbea8 hex color red value is 221, green value is 190 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ddbea8 hue: 0.07 , saturation: 0.44 and the lightness value of ddbea8 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10101000
Octal 335 276 250
Decimal 221 190 168
Hex DD BE A8

RGB Percentages of Color #ddbea8

%38.17
%32.82
%29.02

CMYK Percentages of Color #ddbea8

%0
%14
%24
%13

Triadic Colors of #ddbea8

#ddbea8 #a8ddbe #bea8dd

Analogous Colors of #ddbea8

#ddbea8 #ddd9a8 #dda8ad

Monochromatic Colors of #ddbea8

#ddbea8

Complementary Color

#ddbea8 #a8c7dd

#ddbea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbea8 Color CSS Codes

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

#ddbea8 Text Font Color

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

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


#ddbea8 Background Color

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

This div background color is #ddbea8


#ddbea8 Border Color

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

This div border color is #ddbea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbea8


Comments

No comments written yet.

Please login to write comment.