Color Hex Logo

#edfbbd Color Hex

#EDFBBD
(237,251,189)
0 Favorites   0 Comments

Color spaces of #edfbbd

RGB 237251189
HSL0.200.890.86
HSV74°25°98°
CMYK 0.060.000.25   0.02
XYZ78.607590.673061.5027
Yxy90.67300.34060.3929
Hunter Lab95.2224-19.284728.3611
CIE-Lab96.2752-14.614828.2519

#edfbbd color RGB value is (237,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10111101
Octal 355 373 275
Decimal 237 251 189
Hex ED FB BD

RGB Percentages of Color #edfbbd

%35.01
%37.08
%27.92

CMYK Percentages of Color #edfbbd

%6
%0
%25
%2

Triadic Colors of #edfbbd

#edfbbd #bdedfb #fbbded

Analogous Colors of #edfbbd

#edfbbd #cefbbd #fbeabd

Monochromatic Colors of #edfbbd

#edfbbd

Complementary Color

#edfbbd #cbbdfb

#edfbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbbd Color CSS Codes

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

#edfbbd Text Font Color

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

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


#edfbbd Background Color

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

This div background color is #edfbbd


#edfbbd Border Color

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

This div border color is #edfbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbbd

#edfbbd Color Palettes


Comments

No comments written yet.

Please login to write comment.