Color Hex Logo

#dfeceb Color Hex

#DFECEB
(223,236,235)
0 Favorites   0 Comments

Color spaces of #dfeceb

RGB 223236235
HSL0.490.250.90
HSV175°93°
CMYK 0.060.000.00   0.07
XYZ75.422381.677090.3873
Yxy81.67700.30480.3300
Hunter Lab90.3753-9.19053.9649
CIE-Lab92.4321-4.4763-1.0140

#dfeceb color RGB value is (223,236,235).

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

The process color (four color CMYK) of #dfeceb color hex is 0.06, 0.00, 0.00, 0.07. Web safe color of #dfeceb is #ccffff. Color #dfeceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 11101011
Octal 337 354 353
Decimal 223 236 235
Hex DF EC EB

RGB Percentages of Color #dfeceb

%32.13
%34.01
%33.86

CMYK Percentages of Color #dfeceb

%6
%0
%0
%7

Triadic Colors of #dfeceb

#dfeceb #ebdfec #ecebdf

Analogous Colors of #dfeceb

#dfeceb #dfe7ec #dfece5

Monochromatic Colors of #dfeceb

#dfeceb

Complementary Color

#dfeceb #ecdfe0

#dfeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeceb Color CSS Codes

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

#dfeceb Text Font Color

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

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


#dfeceb Background Color

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

This div background color is #dfeceb


#dfeceb Border Color

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

This div border color is #dfeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeceb


Comments

No comments written yet.

Please login to write comment.