Color Hex Logo

#ddbaed Color Hex

#DDBAED
(221,186,237)
0 Favorites   0 Comments

Color spaces of #ddbaed

RGB 221186237
HSL0.780.590.83
HSV281°22°93°
CMYK 0.070.220.00   0.07
XYZ62.663856.604487.7438
Yxy56.60440.30270.2734
Hunter Lab75.235917.0094-16.4818
CIE-Lab79.956621.5679-20.6730

#ddbaed color RGB value is (221,186,237).

#ddbaed hex color red value is 221, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ddbaed hue: 0.78 , saturation: 0.59 and the lightness value of ddbaed is 0.83.

The process color (four color CMYK) of #ddbaed color hex is 0.07, 0.22, 0.00, 0.07. Web safe color of #ddbaed is #ccccff. Color #ddbaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101101
Octal 335 272 355
Decimal 221 186 237
Hex DD BA ED

RGB Percentages of Color #ddbaed

%34.32
%28.88
%36.80

CMYK Percentages of Color #ddbaed

%7
%22
%0
%7

Triadic Colors of #ddbaed

#ddbaed #edddba #baeddd

Analogous Colors of #ddbaed

#ddbaed #edbae4 #c4baed

Monochromatic Colors of #ddbaed

#ddbaed

Complementary Color

#ddbaed #caedba

#ddbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaed Color CSS Codes

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

#ddbaed Text Font Color

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

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


#ddbaed Background Color

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

This div background color is #ddbaed


#ddbaed Border Color

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

This div border color is #ddbaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaed


Comments

No comments written yet.

Please login to write comment.