Color Hex Logo

#dfebed Color Hex

#DFEBED
(223,235,237)
0 Favorites   0 Comments

Color spaces of #dfebed

RGB 223235237
HSL0.520.280.90
HSV189°93°
CMYK 0.060.010.00   0.07
XYZ75.425881.219191.8222
Yxy81.21910.30360.3269
Hunter Lab90.1216-8.32032.6764
CIE-Lab92.2291-3.5941-2.3535

#dfebed color RGB value is (223,235,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 11101101
Octal 337 353 355
Decimal 223 235 237
Hex DF EB ED

RGB Percentages of Color #dfebed

%32.09
%33.81
%34.10

CMYK Percentages of Color #dfebed

%6
%1
%0
%7

Triadic Colors of #dfebed

#dfebed #eddfeb #ebeddf

Analogous Colors of #dfebed

#dfebed #dfe4ed #dfede8

Monochromatic Colors of #dfebed

#dfebed

Complementary Color

#dfebed #ede1df

#dfebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebed Color CSS Codes

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

#dfebed Text Font Color

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

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


#dfebed Background Color

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

This div background color is #dfebed


#dfebed Border Color

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

This div border color is #dfebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebed


Comments

No comments written yet.

Please login to write comment.