Color Hex Logo

#ddbaea Color Hex

#DDBAEA
(221,186,234)
0 Favorites   0 Comments

Color spaces of #ddbaea

RGB 221186234
HSL0.790.530.82
HSV284°21°92°
CMYK 0.060.210.00   0.08
XYZ62.229056.430585.4543
Yxy56.43050.30490.2765
Hunter Lab75.120216.4075-14.8622
CIE-Lab79.858220.9831-19.2095

#ddbaea color RGB value is (221,186,234).

#ddbaea hex color red value is 221, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ddbaea hue: 0.79 , saturation: 0.53 and the lightness value of ddbaea is 0.82.

The process color (four color CMYK) of #ddbaea color hex is 0.06, 0.21, 0.00, 0.08. Web safe color of #ddbaea is #ccccff. Color #ddbaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101010
Octal 335 272 352
Decimal 221 186 234
Hex DD BA EA

RGB Percentages of Color #ddbaea

%34.48
%29.02
%36.51

CMYK Percentages of Color #ddbaea

%6
%21
%0
%8

Triadic Colors of #ddbaea

#ddbaea #eaddba #baeadd

Analogous Colors of #ddbaea

#ddbaea #eabadf #c5baea

Monochromatic Colors of #ddbaea

#ddbaea

Complementary Color

#ddbaea #c7eaba

#ddbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaea Color CSS Codes

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

#ddbaea Text Font Color

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

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


#ddbaea Background Color

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

This div background color is #ddbaea


#ddbaea Border Color

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

This div border color is #ddbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaea


Comments

No comments written yet.

Please login to write comment.