Color Hex Logo

#ddbaef Color Hex

#DDBAEF
(221,186,239)
0 Favorites   0 Comments

Color spaces of #ddbaef

RGB 221186239
HSL0.780.620.83
HSV280°22°94°
CMYK 0.080.220.00   0.06
XYZ62.957756.722089.2916
Yxy56.72200.30130.2714
Hunter Lab75.314017.4151-17.5739
CIE-Lab80.023021.9610-21.6464

#ddbaef color RGB value is (221,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11101111
Octal 335 272 357
Decimal 221 186 239
Hex DD BA EF

RGB Percentages of Color #ddbaef

%34.21
%28.79
%37.00

CMYK Percentages of Color #ddbaef

%8
%22
%0
%6

Triadic Colors of #ddbaef

#ddbaef #efddba #baefdd

Analogous Colors of #ddbaef

#ddbaef #efbae7 #c3baef

Monochromatic Colors of #ddbaef

#ddbaef

Complementary Color

#ddbaef #ccefba

#ddbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaef Color CSS Codes

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

#ddbaef Text Font Color

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

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


#ddbaef Background Color

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

This div background color is #ddbaef


#ddbaef Border Color

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

This div border color is #ddbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaef


Comments

No comments written yet.

Please login to write comment.