Color Hex Logo

#edebdf Color Hex

#EDEBDF
(237,235,223)
1 Favorites   0 Comments

Color spaces of #edebdf

RGB 237235223
HSL0.140.280.90
HSV51°93°
CMYK 0.000.010.06   0.07
XYZ77.952782.748981.6756
Yxy82.74890.32160.3414
Hunter Lab90.9664-6.227610.4421
CIE-Lab92.9044-1.39216.0442

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

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

The process color (four color CMYK) of #edebdf color hex is 0.00, 0.01, 0.06, 0.07. Web safe color of #edebdf is #ffffcc. Color #edebdf contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #edebdf

%34.10
%33.81
%32.09

CMYK Percentages of Color #edebdf

%0
%1
%6
%7

Triadic Colors of #edebdf

#edebdf #dfedeb #ebdfed

Analogous Colors of #edebdf

#edebdf #e8eddf #ede4df

Monochromatic Colors of #edebdf

#edebdf

Complementary Color

#edebdf #dfe1ed

#edebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebdf Color CSS Codes

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

#edebdf Text Font Color

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

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


#edebdf Background Color

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

This div background color is #edebdf


#edebdf Border Color

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

This div border color is #edebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebdf


Comments

No comments written yet.

Please login to write comment.