Color Hex Logo

#edefeb Color Hex

#EDEFEB
(237,239,235)
0 Favorites   0 Comments

Color spaces of #edefeb

RGB 237239235
HSL0.250.110.93
HSV90°94°
CMYK 0.010.000.02   0.06
XYZ80.787085.735790.8880
Yxy85.73570.31380.3331
Hunter Lab92.5936-6.29926.6176
CIE-Lab94.1992-1.36831.6863

#edefeb color RGB value is (237,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 11101011
Octal 355 357 353
Decimal 237 239 235
Hex ED EF EB

RGB Percentages of Color #edefeb

%33.33
%33.61
%33.05

CMYK Percentages of Color #edefeb

%1
%0
%2
%6

Triadic Colors of #edefeb

#edefeb #ebedef #efebed

Analogous Colors of #edefeb

#edefeb #ebefeb #efefeb

Monochromatic Colors of #edefeb

#edefeb

Complementary Color

#edefeb #edebef

#edefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefeb Color CSS Codes

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

#edefeb Text Font Color

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

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


#edefeb Background Color

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

This div background color is #edefeb


#edefeb Border Color

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

This div border color is #edefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefeb


Comments

No comments written yet.

Please login to write comment.