Color Hex Logo

#edfadb Color Hex

#EDFADB
(237,250,219)
0 Favorites   0 Comments

Color spaces of #edfadb

RGB 237250219
HSL0.240.760.92
HSV85°12°98°
CMYK 0.050.000.12   0.02
XYZ81.896891.490280.3608
Yxy91.49020.32270.3606
Hunter Lab95.6505-14.555117.1428
CIE-Lab96.6115-9.607213.4162

#edfadb color RGB value is (237,250,219).

#edfadb hex color red value is 237, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edfadb hue: 0.24 , saturation: 0.76 and the lightness value of edfadb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11011011
Octal 355 372 333
Decimal 237 250 219
Hex ED FA DB

RGB Percentages of Color #edfadb

%33.57
%35.41
%31.02

CMYK Percentages of Color #edfadb

%5
%0
%12
%2

Triadic Colors of #edfadb

#edfadb #dbedfa #fadbed

Analogous Colors of #edfadb

#edfadb #defadb #faf8db

Monochromatic Colors of #edfadb

#edfadb

Complementary Color

#edfadb #e8dbfa

#edfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfadb Color CSS Codes

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

#edfadb Text Font Color

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

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


#edfadb Background Color

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

This div background color is #edfadb


#edfadb Border Color

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

This div border color is #edfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfadb

Related Colors


Comments

No comments written yet.

Please login to write comment.