Color Hex Logo

#dfbaeb Color Hex

#DFBAEB
(223,186,235)
0 Favorites   0 Comments

Color spaces of #dfbaeb

RGB 223186235
HSL0.790.550.83
HSV285°21°92°
CMYK 0.050.210.00   0.08
XYZ62.985756.803986.2418
Yxy56.80390.30570.2757
Hunter Lab75.368417.2787-15.0859
CIE-Lab80.069221.8265-19.4107

#dfbaeb color RGB value is (223,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11101011
Octal 337 272 353
Decimal 223 186 235
Hex DF BA EB

RGB Percentages of Color #dfbaeb

%34.63
%28.88
%36.49

CMYK Percentages of Color #dfbaeb

%5
%21
%0
%8

Triadic Colors of #dfbaeb

#dfbaeb #ebdfba #baebdf

Analogous Colors of #dfbaeb

#dfbaeb #ebbadf #c7baeb

Monochromatic Colors of #dfbaeb

#dfbaeb

Complementary Color

#dfbaeb #c6ebba

#dfbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaeb Color CSS Codes

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

#dfbaeb Text Font Color

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

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


#dfbaeb Background Color

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

This div background color is #dfbaeb


#dfbaeb Border Color

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

This div border color is #dfbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaeb


Comments

No comments written yet.

Please login to write comment.