Color Hex Logo

#edfac4 Color Hex

#EDFAC4
(237,250,196)
0 Favorites   0 Comments

Color spaces of #edfac4

RGB 237250196
HSL0.210.840.87
HSV74°22°98°
CMYK 0.050.000.22   0.02
XYZ79.074590.361365.4984
Yxy90.36130.33660.3846
Hunter Lab95.0586-17.867225.6883
CIE-Lab96.1464-13.132024.5244

#edfac4 color RGB value is (237,250,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 11000100
Octal 355 372 304
Decimal 237 250 196
Hex ED FA C4

RGB Percentages of Color #edfac4

%34.70
%36.60
%28.70

CMYK Percentages of Color #edfac4

%5
%0
%22
%2

Triadic Colors of #edfac4

#edfac4 #c4edfa #fac4ed

Analogous Colors of #edfac4

#edfac4 #d2fac4 #faecc4

Monochromatic Colors of #edfac4

#edfac4

Complementary Color

#edfac4 #d1c4fa

#edfac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfac4 Color CSS Codes

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

#edfac4 Text Font Color

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

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


#edfac4 Background Color

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

This div background color is #edfac4


#edfac4 Border Color

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

This div border color is #edfac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfac4

Related Colors


Comments

No comments written yet.

Please login to write comment.