Color Hex Logo

#edfbee Color Hex

#EDFBEE
(237,251,238)
0 Favorites   0 Comments

Color spaces of #edfbee

RGB 237251238
HSL0.350.640.96
HSV124°98°
CMYK 0.060.000.05   0.02
XYZ84.854893.171994.4006
Yxy93.17190.31150.3420
Hunter Lab96.5256-12.00209.5832
CIE-Lab97.2973-6.90264.6325

#edfbee color RGB value is (237,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11101110
Octal 355 373 356
Decimal 237 251 238
Hex ED FB EE

RGB Percentages of Color #edfbee

%32.64
%34.57
%32.78

CMYK Percentages of Color #edfbee

%6
%0
%5
%2

Triadic Colors of #edfbee

#edfbee #eeedfb #fbeeed

Analogous Colors of #edfbee

#edfbee #edfbf5 #f3fbed

Monochromatic Colors of #edfbee

#edfbee

Complementary Color

#edfbee #fbedfa

#edfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbee Color CSS Codes

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

#edfbee Text Font Color

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

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


#edfbee Background Color

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

This div background color is #edfbee


#edfbee Border Color

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

This div border color is #edfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbee

Related Colors


Comments

No comments written yet.

Please login to write comment.