Color Hex Logo

#dfbeec Color Hex

#DFBEEC
(223,190,236)
0 Favorites   0 Comments

Color spaces of #dfbeec

RGB 223190236
HSL0.790.550.84
HSV283°19°93°
CMYK 0.060.190.00   0.07
XYZ63.985258.571087.2898
Yxy58.57100.30490.2791
Hunter Lab76.531715.3065-14.0522
CIE-Lab81.055219.8700-18.4572

#dfbeec color RGB value is (223,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 11101100
Octal 337 276 354
Decimal 223 190 236
Hex DF BE EC

RGB Percentages of Color #dfbeec

%34.36
%29.28
%36.36

CMYK Percentages of Color #dfbeec

%6
%19
%0
%7

Triadic Colors of #dfbeec

#dfbeec #ecdfbe #beecdf

Analogous Colors of #dfbeec

#dfbeec #ecbee2 #c8beec

Monochromatic Colors of #dfbeec

#dfbeec

Complementary Color

#dfbeec #cbecbe

#dfbeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbeec Color CSS Codes

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

#dfbeec Text Font Color

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

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


#dfbeec Background Color

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

This div background color is #dfbeec


#dfbeec Border Color

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

This div border color is #dfbeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbeec


Comments

No comments written yet.

Please login to write comment.