Color Hex Logo

#dfcaeb Color Hex

#DFCAEB
(223,202,235)
0 Favorites   0 Comments

Color spaces of #dfcaeb

RGB 223202235
HSL0.770.450.86
HSV278°14°92°
CMYK 0.050.140.00   0.08
XYZ66.547463.927287.4290
Yxy63.92720.30540.2934
Hunter Lab79.95458.6481-8.8646
CIE-Lab83.927913.2608-13.6031

#dfcaeb color RGB value is (223,202,235).

#dfcaeb hex color red value is 223, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfcaeb hue: 0.77 , saturation: 0.45 and the lightness value of dfcaeb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11101011
Octal 337 312 353
Decimal 223 202 235
Hex DF CA EB

RGB Percentages of Color #dfcaeb

%33.79
%30.61
%35.61

CMYK Percentages of Color #dfcaeb

%5
%14
%0
%8

Triadic Colors of #dfcaeb

#dfcaeb #ebdfca #caebdf

Analogous Colors of #dfcaeb

#dfcaeb #ebcae7 #cfcaeb

Monochromatic Colors of #dfcaeb

#dfcaeb

Complementary Color

#dfcaeb #d6ebca

#dfcaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaeb Color CSS Codes

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

#dfcaeb Text Font Color

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

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


#dfcaeb Background Color

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

This div background color is #dfcaeb


#dfcaeb Border Color

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

This div border color is #dfcaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaeb


Comments

No comments written yet.

Please login to write comment.