Color Hex Logo

#edefbe Color Hex

#EDEFBE
(237,239,190)
0 Favorites   0 Comments

Color spaces of #edefbe

RGB 237239190
HSL0.170.600.84
HSV62°21°94°
CMYK 0.010.000.21   0.06
XYZ75.085883.455260.8662
Yxy83.45520.34220.3804
Hunter Lab91.3538-13.155924.4446
CIE-Lab93.2134-8.533223.5451

#edefbe color RGB value is (237,239,190).

#edefbe hex color red value is 237, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edefbe hue: 0.17 , saturation: 0.60 and the lightness value of edefbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 10111110
Octal 355 357 276
Decimal 237 239 190
Hex ED EF BE

RGB Percentages of Color #edefbe

%35.59
%35.89
%28.53

CMYK Percentages of Color #edefbe

%1
%0
%21
%6

Triadic Colors of #edefbe

#edefbe #beedef #efbeed

Analogous Colors of #edefbe

#edefbe #d5efbe #efd9be

Monochromatic Colors of #edefbe

#edefbe

Complementary Color

#edefbe #c0beef

#edefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edefbe Color CSS Codes

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

#edefbe Text Font Color

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

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


#edefbe Background Color

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

This div background color is #edefbe


#edefbe Border Color

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

This div border color is #edefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edefbe


Comments

No comments written yet.

Please login to write comment.