Color Hex Logo

#edfaeb Color Hex

#EDFAEB
(237,250,235)
0 Favorites   0 Comments

Color spaces of #edfaeb

RGB 237250235
HSL0.310.600.95
HSV112°98°
CMYK 0.050.000.06   0.02
XYZ84.106192.373991.9943
Yxy92.37390.31330.3441
Hunter Lab96.1113-11.991210.5277
CIE-Lab96.9729-6.92455.7076

#edfaeb color RGB value is (237,250,235).

#edfaeb hex color red value is 237, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #edfaeb hue: 0.31 , saturation: 0.60 and the lightness value of edfaeb is 0.95.

The process color (four color CMYK) of #edfaeb color hex is 0.05, 0.00, 0.06, 0.02. Web safe color of #edfaeb is #ffffff. Color #edfaeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11101011
Octal 355 372 353
Decimal 237 250 235
Hex ED FA EB

RGB Percentages of Color #edfaeb

%32.83
%34.63
%32.55

CMYK Percentages of Color #edfaeb

%5
%0
%6
%2

Triadic Colors of #edfaeb

#edfaeb #ebedfa #faebed

Analogous Colors of #edfaeb

#edfaeb #ebfaf1 #f5faeb

Monochromatic Colors of #edfaeb

#edfaeb

Complementary Color

#edfaeb #f8ebfa

#edfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaeb Color CSS Codes

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

#edfaeb Text Font Color

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

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


#edfaeb Background Color

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

This div background color is #edfaeb


#edfaeb Border Color

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

This div border color is #edfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaeb


Comments

No comments written yet.

Please login to write comment.