Color Hex Logo

#edfbbe Color Hex

#EDFBBE
(237,251,190)
0 Favorites   0 Comments

Color spaces of #edfbbe

RGB 237251190
HSL0.200.880.86
HSV74°24°98°
CMYK 0.060.000.24   0.02
XYZ78.716590.716662.0764
Yxy90.71660.34000.3918
Hunter Lab95.2453-19.155928.0292
CIE-Lab96.2932-14.475527.7705

#edfbbe color RGB value is (237,251,190).

#edfbbe hex color red value is 237, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edfbbe hue: 0.20 , saturation: 0.88 and the lightness value of edfbbe is 0.86.

The process color (four color CMYK) of #edfbbe color hex is 0.06, 0.00, 0.24, 0.02. Web safe color of #edfbbe is #ffffcc. Color #edfbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10111110
Octal 355 373 276
Decimal 237 251 190
Hex ED FB BE

RGB Percentages of Color #edfbbe

%34.96
%37.02
%28.02

CMYK Percentages of Color #edfbbe

%6
%0
%24
%2

Triadic Colors of #edfbbe

#edfbbe #beedfb #fbbeed

Analogous Colors of #edfbbe

#edfbbe #cffbbe #fbebbe

Monochromatic Colors of #edfbbe

#edfbbe

Complementary Color

#edfbbe #ccbefb

#edfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbbe Color CSS Codes

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

#edfbbe Text Font Color

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

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


#edfbbe Background Color

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

This div background color is #edfbbe


#edfbbe Border Color

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

This div border color is #edfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.