Color Hex Logo

#edf7bb Color Hex

#EDF7BB
(237,247,187)
0 Favorites   0 Comments

Color spaces of #edf7bb

RGB 237247187
HSL0.190.790.85
HSV70°24°97°
CMYK 0.040.000.24   0.03
XYZ77.155588.113959.9549
Yxy88.11390.34260.3912
Hunter Lab93.8690-17.552927.8393
CIE-Lab95.2089-12.926127.8121

#edf7bb color RGB value is (237,247,187).

#edf7bb hex color red value is 237, green value is 247 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edf7bb hue: 0.19 , saturation: 0.79 and the lightness value of edf7bb is 0.85.

The process color (four color CMYK) of #edf7bb color hex is 0.04, 0.00, 0.24, 0.03. Web safe color of #edf7bb is #ffffcc. Color #edf7bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 10111011
Octal 355 367 273
Decimal 237 247 187
Hex ED F7 BB

RGB Percentages of Color #edf7bb

%35.32
%36.81
%27.87

CMYK Percentages of Color #edf7bb

%4
%0
%24
%3

Triadic Colors of #edf7bb

#edf7bb #bbedf7 #f7bbed

Analogous Colors of #edf7bb

#edf7bb #cff7bb #f7e3bb

Monochromatic Colors of #edf7bb

#edf7bb

Complementary Color

#edf7bb #c5bbf7

#edf7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf7bb Color CSS Codes

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

#edf7bb Text Font Color

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

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


#edf7bb Background Color

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

This div background color is #edf7bb


#edf7bb Border Color

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

This div border color is #edf7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf7bb

Related Colors


Comments

No comments written yet.

Please login to write comment.