Color Hex Logo

#edfbce Color Hex

#EDFBCE
(237,251,206)
0 Favorites   0 Comments

Color spaces of #edfbce

RGB 237251206
HSL0.220.850.90
HSV79°18°98°
CMYK 0.060.000.18   0.02
XYZ80.562891.455171.7990
Yxy91.45510.33040.3751
Hunter Lab95.6322-16.983622.4286
CIE-Lab96.5971-12.142620.0527

#edfbce color RGB value is (237,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 11001110
Octal 355 373 316
Decimal 237 251 206
Hex ED FB CE

RGB Percentages of Color #edfbce

%34.15
%36.17
%29.68

CMYK Percentages of Color #edfbce

%6
%0
%18
%2

Triadic Colors of #edfbce

#edfbce #ceedfb #fbceed

Analogous Colors of #edfbce

#edfbce #d7fbce #fbf3ce

Monochromatic Colors of #edfbce

#edfbce

Complementary Color

#edfbce #dccefb

#edfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfbce Color CSS Codes

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

#edfbce Text Font Color

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

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


#edfbce Background Color

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

This div background color is #edfbce


#edfbce Border Color

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

This div border color is #edfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfbce


Comments

No comments written yet.

Please login to write comment.