Color Hex Logo

#edefec Color Hex

#EDEFEC
(237,239,236)
0 Favorites   0 Comments

Color spaces of #edefec

RGB 237239236
HSL0.280.090.93
HSV100°94°
CMYK 0.010.000.01   0.06
XYZ80.931985.793791.6511
Yxy85.79370.31320.3320
Hunter Lab92.6249-6.12746.1708
CIE-Lab94.2241-1.19241.2036

#edefec color RGB value is (237,239,236).

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

The process color (four color CMYK) of #edefec color hex is 0.01, 0.00, 0.01, 0.06. Web safe color of #edefec is #ffffff. Color #edefec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11101100
Octal 355 357 354
Decimal 237 239 236
Hex ED EF EC

RGB Percentages of Color #edefec

%33.29
%33.57
%33.15

CMYK Percentages of Color #edefec

%1
%0
%1
%6

Triadic Colors of #edefec

#edefec #ecedef #efeced

Analogous Colors of #edefec

#edefec #ecefed #efefec

Monochromatic Colors of #edefec

#edefec

Complementary Color

#edefec #eeecef

#edefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefec Color CSS Codes

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

#edefec Text Font Color

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

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


#edefec Background Color

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

This div background color is #edefec


#edefec Border Color

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

This div border color is #edefec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,239,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 #edefec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefec


Comments

No comments written yet.

Please login to write comment.