Color Hex Logo

#edebe1 Color Hex

#EDEBE1
(237,235,225)
0 Favorites   0 Comments

Color spaces of #edebe1

RGB 237235225
HSL0.140.250.91
HSV50°93°
CMYK 0.000.010.05   0.07
XYZ78.224082.857483.1044
Yxy82.85740.32030.3393
Hunter Lab91.0260-5.90019.5880
CIE-Lab92.9520-1.05485.0727

#edebe1 color RGB value is (237,235,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11100001
Octal 355 353 341
Decimal 237 235 225
Hex ED EB E1

RGB Percentages of Color #edebe1

%34.00
%33.72
%32.28

CMYK Percentages of Color #edebe1

%0
%1
%5
%7

Triadic Colors of #edebe1

#edebe1 #e1edeb #ebe1ed

Analogous Colors of #edebe1

#edebe1 #e9ede1 #ede5e1

Monochromatic Colors of #edebe1

#edebe1

Complementary Color

#edebe1 #e1e3ed

#edebe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebe1 Color CSS Codes

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

#edebe1 Text Font Color

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

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


#edebe1 Background Color

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

This div background color is #edebe1


#edebe1 Border Color

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

This div border color is #edebe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebe1


Comments

No comments written yet.

Please login to write comment.