Color Hex Logo

#edebf5 Color Hex

#EDEBF5
(237,235,245)
0 Favorites   0 Comments

Color spaces of #edebf5

RGB 237235245
HSL0.700.330.94
HSV252°96°
CMYK 0.030.040.00   0.04
XYZ81.114884.013898.3273
Yxy84.01380.30790.3189
Hunter Lab91.6590-2.43750.5579
CIE-Lab93.45652.4729-4.5980

#edebf5 color RGB value is (237,235,245).

#edebf5 hex color red value is 237, green value is 235 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #edebf5 hue: 0.70 , saturation: 0.33 and the lightness value of edebf5 is 0.94.

The process color (four color CMYK) of #edebf5 color hex is 0.03, 0.04, 0.00, 0.04. Web safe color of #edebf5 is #ffffff. Color #edebf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11110101
Octal 355 353 365
Decimal 237 235 245
Hex ED EB F5

RGB Percentages of Color #edebf5

%33.05
%32.78
%34.17

CMYK Percentages of Color #edebf5

%3
%4
%0
%4

Triadic Colors of #edebf5

#edebf5 #f5edeb #ebf5ed

Analogous Colors of #edebf5

#edebf5 #f2ebf5 #ebeef5

Monochromatic Colors of #edebf5

#edebf5

Complementary Color

#edebf5 #f3f5eb

#edebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebf5 Color CSS Codes

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

#edebf5 Text Font Color

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

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


#edebf5 Background Color

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

This div background color is #edebf5


#edebf5 Border Color

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

This div border color is #edebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebf5


Comments

No comments written yet.

Please login to write comment.