Color Hex Logo

#edfac7 Color Hex

#EDFAC7
(237,250,199)
0 Favorites   0 Comments

Color spaces of #edfac7

RGB 237250199
HSL0.210.840.88
HSV75°20°98°
CMYK 0.050.000.20   0.02
XYZ79.419590.499367.3151
Yxy90.49930.33480.3815
Hunter Lab95.1311-17.460124.6380
CIE-Lab96.2035-12.695023.0761

#edfac7 color RGB value is (237,250,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11000111
Octal 355 372 307
Decimal 237 250 199
Hex ED FA C7

RGB Percentages of Color #edfac7

%34.55
%36.44
%29.01

CMYK Percentages of Color #edfac7

%5
%0
%20
%2

Triadic Colors of #edfac7

#edfac7 #c7edfa #fac7ed

Analogous Colors of #edfac7

#edfac7 #d4fac7 #faeec7

Monochromatic Colors of #edfac7

#edfac7

Complementary Color

#edfac7 #d4c7fa

#edfac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfac7 Color CSS Codes

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

#edfac7 Text Font Color

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

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


#edfac7 Background Color

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

This div background color is #edfac7


#edfac7 Border Color

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

This div border color is #edfac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfac7

Related Colors


Comments

No comments written yet.

Please login to write comment.