Color Hex Logo

#dfedeb Color Hex

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

Color spaces of #dfedeb

RGB 223237235
HSL0.480.280.90
HSV171°93°
CMYK 0.060.000.01   0.07
XYZ75.711082.254590.4836
Yxy82.25450.30470.3311
Hunter Lab90.6943-9.70434.3337
CIE-Lab92.6871-4.9854-0.6411

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

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

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

Base Numbers

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

RGB Percentages of Color #dfedeb

%32.09
%34.10
%33.81

CMYK Percentages of Color #dfedeb

%6
%0
%1
%7

Triadic Colors of #dfedeb

#dfedeb #ebdfed #edebdf

Analogous Colors of #dfedeb

#dfedeb #dfe8ed #dfede4

Monochromatic Colors of #dfedeb

#dfedeb

Complementary Color

#dfedeb #eddfe1

#dfedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedeb Color CSS Codes

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

#dfedeb Text Font Color

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

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


#dfedeb Background Color

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

This div background color is #dfedeb


#dfedeb Border Color

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

This div border color is #dfedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedeb

#dfedeb Color Palettes


Comments

No comments written yet.

Please login to write comment.