Color Hex Logo

#edfbef Color Hex

#EDFBEF
(237,251,239)
0 Favorites   0 Comments

Color spaces of #edfbef

RGB 237251239
HSL0.360.640.96
HSV129°98°
CMYK 0.060.000.05   0.02
XYZ85.002293.230995.1766
Yxy93.23090.31090.3410
Hunter Lab96.5561-11.83269.1464
CIE-Lab97.3212-6.72704.1526

#edfbef color RGB value is (237,251,239).

#edfbef hex color red value is 237, green value is 251 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edfbef hue: 0.36 , saturation: 0.64 and the lightness value of edfbef is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11101111
Octal 355 373 357
Decimal 237 251 239
Hex ED FB EF

RGB Percentages of Color #edfbef

%32.60
%34.53
%32.87

CMYK Percentages of Color #edfbef

%6
%0
%5
%2

Triadic Colors of #edfbef

#edfbef #efedfb #fbefed

Analogous Colors of #edfbef

#edfbef #edfbf6 #f2fbed

Monochromatic Colors of #edfbef

#edfbef

Complementary Color

#edfbef #fbedf9

#edfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbef Color CSS Codes

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

#edfbef Text Font Color

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

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


#edfbef Background Color

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

This div background color is #edfbef


#edfbef Border Color

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

This div border color is #edfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbef


Comments

No comments written yet.

Please login to write comment.