Color Hex Logo

#dfdbf4 Color Hex

#DFDBF4
(223,219,244)
0 Favorites   0 Comments

Color spaces of #dfdbf4

RGB 223219244
HSL0.690.530.91
HSV250°10°96°
CMYK 0.090.100.00   0.04
XYZ72.092172.882795.8561
Yxy72.88270.29930.3026
Hunter Lab85.37141.3350-6.8116
CIE-Lab88.39176.0233-11.6971

#dfdbf4 color RGB value is (223,219,244).

#dfdbf4 hex color red value is 223, green value is 219 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #dfdbf4 hue: 0.69 , saturation: 0.53 and the lightness value of dfdbf4 is 0.91.

The process color (four color CMYK) of #dfdbf4 color hex is 0.09, 0.10, 0.00, 0.04. Web safe color of #dfdbf4 is #ccccff. Color #dfdbf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 11110100
Octal 337 333 364
Decimal 223 219 244
Hex DF DB F4

RGB Percentages of Color #dfdbf4

%32.51
%31.92
%35.57

CMYK Percentages of Color #dfdbf4

%9
%10
%0
%4

Triadic Colors of #dfdbf4

#dfdbf4 #f4dfdb #dbf4df

Analogous Colors of #dfdbf4

#dfdbf4 #ecdbf4 #dbe4f4

Monochromatic Colors of #dfdbf4

#dfdbf4

Complementary Color

#dfdbf4 #f0f4db

#dfdbf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbf4 Color CSS Codes

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

#dfdbf4 Text Font Color

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

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


#dfdbf4 Background Color

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

This div background color is #dfdbf4


#dfdbf4 Border Color

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

This div border color is #dfdbf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbf4


Comments

No comments written yet.

Please login to write comment.