Color Hex Logo

#edebf6 Color Hex

#EDEBF6
(237,235,246)
0 Favorites   0 Comments

Color spaces of #edebf6

RGB 237235246
HSL0.700.380.94
HSV251°96°
CMYK 0.040.040.00   0.04
XYZ81.267984.075099.1336
Yxy84.07500.30730.3179
Hunter Lab91.6924-2.25540.0831
CIE-Lab93.48312.6565-5.0792

#edebf6 color RGB value is (237,235,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11110110
Octal 355 353 366
Decimal 237 235 246
Hex ED EB F6

RGB Percentages of Color #edebf6

%33.01
%32.73
%34.26

CMYK Percentages of Color #edebf6

%4
%4
%0
%4

Triadic Colors of #edebf6

#edebf6 #f6edeb #ebf6ed

Analogous Colors of #edebf6

#edebf6 #f3ebf6 #ebeff6

Monochromatic Colors of #edebf6

#edebf6

Complementary Color

#edebf6 #f4f6eb

#edebf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebf6 Color CSS Codes

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

#edebf6 Text Font Color

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

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


#edebf6 Background Color

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

This div background color is #edebf6


#edebf6 Border Color

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

This div border color is #edebf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebf6


Comments

No comments written yet.

Please login to write comment.