Color Hex Logo

#dfbaed Color Hex

#DFBAED
(223,186,237)
0 Favorites   0 Comments

Color spaces of #dfbaed

RGB 223186237
HSL0.790.590.83
HSV284°22°93°
CMYK 0.060.220.00   0.07
XYZ63.276456.920287.7724
Yxy56.92020.30430.2737
Hunter Lab75.445517.6790-16.1655
CIE-Lab80.134722.2137-20.3861

#dfbaed color RGB value is (223,186,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11101101
Octal 337 272 355
Decimal 223 186 237
Hex DF BA ED

RGB Percentages of Color #dfbaed

%34.52
%28.79
%36.69

CMYK Percentages of Color #dfbaed

%6
%22
%0
%7

Triadic Colors of #dfbaed

#dfbaed #eddfba #baeddf

Analogous Colors of #dfbaed

#dfbaed #edbae2 #c6baed

Monochromatic Colors of #dfbaed

#dfbaed

Complementary Color

#dfbaed #c8edba

#dfbaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaed Color CSS Codes

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

#dfbaed Text Font Color

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

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


#dfbaed Background Color

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

This div background color is #dfbaed


#dfbaed Border Color

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

This div border color is #dfbaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfbaed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaed


Comments

No comments written yet.

Please login to write comment.