Color Hex Logo

#dfcfeb Color Hex

#DFCFEB
(223,207,235)
0 Favorites   0 Comments

Color spaces of #dfcfeb

RGB 223207235
HSL0.760.410.87
HSV274°12°92°
CMYK 0.050.120.00   0.08
XYZ67.739666.311887.8265
Yxy66.31180.30530.2989
Hunter Lab81.43215.9799-6.9433
CIE-Lab85.155210.6061-11.7682

#dfcfeb color RGB value is (223,207,235).

#dfcfeb hex color red value is 223, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfcfeb hue: 0.76 , saturation: 0.41 and the lightness value of dfcfeb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 11101011
Octal 337 317 353
Decimal 223 207 235
Hex DF CF EB

RGB Percentages of Color #dfcfeb

%33.53
%31.13
%35.34

CMYK Percentages of Color #dfcfeb

%5
%12
%0
%8

Triadic Colors of #dfcfeb

#dfcfeb #ebdfcf #cfebdf

Analogous Colors of #dfcfeb

#dfcfeb #ebcfe9 #d1cfeb

Monochromatic Colors of #dfcfeb

#dfcfeb

Complementary Color

#dfcfeb #dbebcf

#dfcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcfeb Color CSS Codes

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

#dfcfeb Text Font Color

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

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


#dfcfeb Background Color

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

This div background color is #dfcfeb


#dfcfeb Border Color

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

This div border color is #dfcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcfeb


Comments

No comments written yet.

Please login to write comment.