Color Hex Logo

#ddbeae Color Hex

#DDBEAE
(221,190,174)
0 Favorites   0 Comments

Color spaces of #ddbeae

RGB 221190174
HSL0.060.410.77
HSV20°21°87°
CMYK 0.000.140.21   0.13
XYZ55.872255.255147.7649
Yxy55.25510.35160.3478
Hunter Lab74.33384.083513.9355
CIE-Lab79.18808.554312.1513

#ddbeae color RGB value is (221,190,174).

#ddbeae hex color red value is 221, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddbeae hue: 0.06 , saturation: 0.41 and the lightness value of ddbeae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 10101110
Octal 335 276 256
Decimal 221 190 174
Hex DD BE AE

RGB Percentages of Color #ddbeae

%37.78
%32.48
%29.74

CMYK Percentages of Color #ddbeae

%0
%14
%21
%13

Triadic Colors of #ddbeae

#ddbeae #aeddbe #beaedd

Analogous Colors of #ddbeae

#ddbeae #ddd6ae #ddaeb6

Monochromatic Colors of #ddbeae

#ddbeae

Complementary Color

#ddbeae #aecddd

#ddbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbeae Color CSS Codes

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

#ddbeae Text Font Color

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

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


#ddbeae Background Color

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

This div background color is #ddbeae


#ddbeae Border Color

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

This div border color is #ddbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbeae


Comments

No comments written yet.

Please login to write comment.