Color Hex Logo

#dfdfeb Color Hex

#DFDFEB
(223,223,235)
2 Favorites   0 Comments

Color spaces of #dfdfeb

RGB 223223235
HSL0.670.230.90
HSV240°92°
CMYK 0.050.050.00   0.08
XYZ71.814574.461589.1847
Yxy74.46150.30500.3162
Hunter Lab86.2911-2.4553-0.8744
CIE-Lab89.14012.2113-5.8524

#dfdfeb color RGB value is (223,223,235).

#dfdfeb hex color red value is 223, green value is 223 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dfdfeb hue: 0.67 , saturation: 0.23 and the lightness value of dfdfeb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 11101011
Octal 337 337 353
Decimal 223 223 235
Hex DF DF EB

RGB Percentages of Color #dfdfeb

%32.75
%32.75
%34.51

CMYK Percentages of Color #dfdfeb

%5
%5
%0
%8

Triadic Colors of #dfdfeb

#dfdfeb #ebdfdf #dfebdf

Analogous Colors of #dfdfeb

#dfdfeb #e5dfeb #dfe5eb

Monochromatic Colors of #dfdfeb

#dfdfeb

Complementary Color

#dfdfeb #ebebdf

#dfdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfeb Color CSS Codes

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

#dfdfeb Text Font Color

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

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


#dfdfeb Background Color

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

This div background color is #dfdfeb


#dfdfeb Border Color

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

This div border color is #dfdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfeb


Comments

No comments written yet.

Please login to write comment.