Color Hex Logo

#edeebf Color Hex

#EDEEBF
(237,238,191)
0 Favorites   0 Comments

Color spaces of #edeebf

RGB 237238191
HSL0.170.580.84
HSV61°20°93°
CMYK 0.000.000.20   0.07
XYZ74.903682.915261.3466
Yxy82.91520.34180.3783
Hunter Lab91.0578-12.518123.7961
CIE-Lab92.9773-7.889922.7058

#edeebf color RGB value is (237,238,191).

#edeebf hex color red value is 237, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #edeebf hue: 0.17 , saturation: 0.58 and the lightness value of edeebf is 0.84.

The process color (four color CMYK) of #edeebf color hex is 0.00, 0.00, 0.20, 0.07. Web safe color of #edeebf is #ffffcc. Color #edeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 10111111
Octal 355 356 277
Decimal 237 238 191
Hex ED EE BF

RGB Percentages of Color #edeebf

%35.59
%35.74
%28.68

CMYK Percentages of Color #edeebf

%0
%0
%20
%7

Triadic Colors of #edeebf

#edeebf #bfedee #eebfed

Analogous Colors of #edeebf

#edeebf #d6eebf #eed8bf

Monochromatic Colors of #edeebf

#edeebf

Complementary Color

#edeebf #c0bfee

#edeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeebf Color CSS Codes

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

#edeebf Text Font Color

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

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


#edeebf Background Color

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

This div background color is #edeebf


#edeebf Border Color

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

This div border color is #edeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeebf


Comments

No comments written yet.

Please login to write comment.