Color Hex Logo

#edfac6 Color Hex

#EDFAC6
(237,250,198)
0 Favorites   0 Comments

Color spaces of #edfac6

RGB 237250198
HSL0.210.840.88
HSV75°21°98°
CMYK 0.050.000.21   0.02
XYZ79.303790.453066.7055
Yxy90.45300.33540.3825
Hunter Lab95.1068-17.596724.9902
CIE-Lab96.1844-12.841623.5589

#edfac6 color RGB value is (237,250,198).

#edfac6 hex color red value is 237, green value is 250 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #edfac6 hue: 0.21 , saturation: 0.84 and the lightness value of edfac6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11000110
Octal 355 372 306
Decimal 237 250 198
Hex ED FA C6

RGB Percentages of Color #edfac6

%34.60
%36.50
%28.91

CMYK Percentages of Color #edfac6

%5
%0
%21
%2

Triadic Colors of #edfac6

#edfac6 #c6edfa #fac6ed

Analogous Colors of #edfac6

#edfac6 #d3fac6 #faedc6

Monochromatic Colors of #edfac6

#edfac6

Complementary Color

#edfac6 #d3c6fa

#edfac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfac6 Color CSS Codes

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

#edfac6 Text Font Color

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

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


#edfac6 Background Color

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

This div background color is #edfac6


#edfac6 Border Color

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

This div border color is #edfac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfac6


Comments

No comments written yet.

Please login to write comment.