Color Hex Logo

#edface Color Hex

#EDFACE
(237,250,206)
0 Favorites   0 Comments

Color spaces of #edface

RGB 237250206
HSL0.220.810.89
HSV78°18°98°
CMYK 0.050.000.18   0.02
XYZ80.251290.832071.6952
Yxy90.83200.33060.3741
Hunter Lab95.3058-16.481322.1123
CIE-Lab96.3408-11.648719.6948

#edface color RGB value is (237,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11001110
Octal 355 372 316
Decimal 237 250 206
Hex ED FA CE

RGB Percentages of Color #edface

%34.20
%36.08
%29.73

CMYK Percentages of Color #edface

%5
%0
%18
%2

Triadic Colors of #edface

#edface #ceedfa #faceed

Analogous Colors of #edface

#edface #d7face #faf1ce

Monochromatic Colors of #edface

#edface

Complementary Color

#edface #dbcefa

#edface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edface Color Preview on White Background

Lorem ipsum dolor sit amet.

#edface Color CSS Codes

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

#edface Text Font Color

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

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


#edface Background Color

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

This div background color is #edface


#edface Border Color

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

This div border color is #edface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edface


Comments

No comments written yet.

Please login to write comment.