Color Hex Logo

#edf2bb Color Hex

#EDF2BB
(237,242,187)
0 Favorites   0 Comments

Color spaces of #edf2bb

RGB 237242187
HSL0.180.680.84
HSV65°23°95°
CMYK 0.020.000.23   0.05
XYZ75.646885.096659.4520
Yxy85.09660.34350.3865
Hunter Lab92.2478-15.056726.3622
CIE-Lab93.9247-10.451126.0576

#edf2bb color RGB value is (237,242,187).

#edf2bb hex color red value is 237, green value is 242 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edf2bb hue: 0.18 , saturation: 0.68 and the lightness value of edf2bb is 0.84.

The process color (four color CMYK) of #edf2bb color hex is 0.02, 0.00, 0.23, 0.05. Web safe color of #edf2bb is #ffffcc. Color #edf2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 10111011
Octal 355 362 273
Decimal 237 242 187
Hex ED F2 BB

RGB Percentages of Color #edf2bb

%35.59
%36.34
%28.08

CMYK Percentages of Color #edf2bb

%2
%0
%23
%5

Triadic Colors of #edf2bb

#edf2bb #bbedf2 #f2bbed

Analogous Colors of #edf2bb

#edf2bb #d2f2bb #f2dcbb

Monochromatic Colors of #edf2bb

#edf2bb

Complementary Color

#edf2bb #c0bbf2

#edf2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf2bb Color CSS Codes

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

#edf2bb Text Font Color

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

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


#edf2bb Background Color

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

This div background color is #edf2bb


#edf2bb Border Color

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

This div border color is #edf2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf2bb


Comments

No comments written yet.

Please login to write comment.