Color Hex Logo

#edebec Color Hex

#EDEBEC
(237,235,236)
0 Favorites   0 Comments

Color spaces of #edebec

RGB 237235236
HSL0.920.050.93
HSV330°93°
CMYK 0.000.010.00   0.07
XYZ79.773783.477391.2651
Yxy83.47730.31340.3280
Hunter Lab91.3659-4.03794.7316
CIE-Lab93.22300.8510-0.2569

#edebec color RGB value is (237,235,236).

#edebec hex color red value is 237, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #edebec hue: 0.92 , saturation: 0.05 and the lightness value of edebec is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11101100
Octal 355 353 354
Decimal 237 235 236
Hex ED EB EC

RGB Percentages of Color #edebec

%33.47
%33.19
%33.33

CMYK Percentages of Color #edebec

%0
%1
%0
%7

Triadic Colors of #edebec

#edebec #ecedeb #ebeced

Analogous Colors of #edebec

#edebec #edebeb #edebed

Monochromatic Colors of #edebec

#edebec

Complementary Color

#edebec #ebedec

#edebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebec Color CSS Codes

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

#edebec Text Font Color

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

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


#edebec Background Color

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

This div background color is #edebec


#edebec Border Color

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

This div border color is #edebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebec


Comments

No comments written yet.

Please login to write comment.