Color Hex Logo

#edfbb7 Color Hex

#EDFBB7
(237,251,183)
0 Favorites   0 Comments

Color spaces of #edfbb7

RGB 237251183
HSL0.200.890.85
HSV72°27°98°
CMYK 0.060.000.27   0.02
XYZ77.969590.417858.1427
Yxy90.41780.34420.3991
Hunter Lab95.0883-20.039930.3083
CIE-Lab96.1698-15.433531.1374

#edfbb7 color RGB value is (237,251,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10110111
Octal 355 373 267
Decimal 237 251 183
Hex ED FB B7

RGB Percentages of Color #edfbb7

%35.32
%37.41
%27.27

CMYK Percentages of Color #edfbb7

%6
%0
%27
%2

Triadic Colors of #edfbb7

#edfbb7 #b7edfb #fbb7ed

Analogous Colors of #edfbb7

#edfbb7 #cbfbb7 #fbe7b7

Monochromatic Colors of #edfbb7

#edfbb7

Complementary Color

#edfbb7 #c5b7fb

#edfbb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbb7 Color CSS Codes

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

#edfbb7 Text Font Color

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

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


#edfbb7 Background Color

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

This div background color is #edfbb7


#edfbb7 Border Color

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

This div border color is #edfbb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbb7


Comments

No comments written yet.

Please login to write comment.