Color Hex Logo

#dfc5ea Color Hex

#DFC5EA
(223,197,234)
0 Favorites   0 Comments

Color spaces of #dfc5ea

RGB 223197234
HSL0.780.470.85
HSV282°16°92°
CMYK 0.050.160.00   0.08
XYZ65.249061.561086.2854
Yxy61.56100.30620.2889
Hunter Lab78.460811.1364-10.2802
CIE-Lab82.679415.7355-14.9415

#dfc5ea color RGB value is (223,197,234).

#dfc5ea hex color red value is 223, green value is 197 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dfc5ea hue: 0.78 , saturation: 0.47 and the lightness value of dfc5ea is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000101 11101010
Octal 337 305 352
Decimal 223 197 234
Hex DF C5 EA

RGB Percentages of Color #dfc5ea

%34.10
%30.12
%35.78

CMYK Percentages of Color #dfc5ea

%5
%16
%0
%8

Triadic Colors of #dfc5ea

#dfc5ea #eadfc5 #c5eadf

Analogous Colors of #dfc5ea

#dfc5ea #eac5e3 #cdc5ea

Monochromatic Colors of #dfc5ea

#dfc5ea

Complementary Color

#dfc5ea #d0eac5

#dfc5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc5ea Color CSS Codes

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

#dfc5ea Text Font Color

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

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


#dfc5ea Background Color

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

This div background color is #dfc5ea


#dfc5ea Border Color

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

This div border color is #dfc5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc5ea


Comments

No comments written yet.

Please login to write comment.