Color Hex Logo

#edfada Color Hex

#EDFADA
(237,250,218)
0 Favorites   0 Comments

Color spaces of #edfada

RGB 237250218
HSL0.230.760.92
HSV84°13°98°
CMYK 0.050.000.13   0.02
XYZ81.765591.437779.6694
Yxy91.43770.32330.3616
Hunter Lab95.6231-14.708317.5380
CIE-Lab96.5900-9.768813.8989

#edfada color RGB value is (237,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11011010
Octal 355 372 332
Decimal 237 250 218
Hex ED FA DA

RGB Percentages of Color #edfada

%33.62
%35.46
%30.92

CMYK Percentages of Color #edfada

%5
%0
%13
%2

Triadic Colors of #edfada

#edfada #daedfa #fadaed

Analogous Colors of #edfada

#edfada #ddfada #faf7da

Monochromatic Colors of #edfada

#edfada

Complementary Color

#edfada #e7dafa

#edfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfada Color CSS Codes

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

#edfada Text Font Color

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

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


#edfada Background Color

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

This div background color is #edfada


#edfada Border Color

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

This div border color is #edfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfada


Comments

No comments written yet.

Please login to write comment.