Color Hex Logo

#edfcac Color Hex

#EDFCAC
(237,252,172)
0 Favorites   0 Comments

Color spaces of #edfcac

RGB 237252172
HSL0.200.930.83
HSV71°32°99°
CMYK 0.060.000.32   0.01
XYZ77.181890.603952.4501
Yxy90.60390.35050.4114
Hunter Lab95.1861-21.838633.9599
CIE-Lab96.2467-17.346536.7483

#edfcac color RGB value is (237,252,172).

#edfcac hex color red value is 237, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edfcac hue: 0.20 , saturation: 0.93 and the lightness value of edfcac is 0.83.

The process color (four color CMYK) of #edfcac color hex is 0.06, 0.00, 0.32, 0.01. Web safe color of #edfcac is #ffff99. Color #edfcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10101100
Octal 355 374 254
Decimal 237 252 172
Hex ED FC AC

RGB Percentages of Color #edfcac

%35.85
%38.12
%26.02

CMYK Percentages of Color #edfcac

%6
%0
%32
%1

Triadic Colors of #edfcac

#edfcac #acedfc #fcaced

Analogous Colors of #edfcac

#edfcac #c5fcac #fce3ac

Monochromatic Colors of #edfcac

#edfcac

Complementary Color

#edfcac #bbacfc

#edfcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfcac Color CSS Codes

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

#edfcac Text Font Color

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

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


#edfcac Background Color

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

This div background color is #edfcac


#edfcac Border Color

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

This div border color is #edfcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfcac


Comments

No comments written yet.

Please login to write comment.