Color Hex Logo

#edfca7 Color Hex

#EDFCA7
(237,252,167)
0 Favorites   0 Comments

Color spaces of #edfca7

RGB 237252167
HSL0.200.930.82
HSV71°34°99°
CMYK 0.060.000.34   0.01
XYZ76.710590.415449.9681
Yxy90.41540.35340.4165
Hunter Lab95.0870-22.399235.4041
CIE-Lab96.1688-17.962239.1271

#edfca7 color RGB value is (237,252,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10100111
Octal 355 374 247
Decimal 237 252 167
Hex ED FC A7

RGB Percentages of Color #edfca7

%36.13
%38.41
%25.46

CMYK Percentages of Color #edfca7

%6
%0
%34
%1

Triadic Colors of #edfca7

#edfca7 #a7edfc #fca7ed

Analogous Colors of #edfca7

#edfca7 #c3fca7 #fce1a7

Monochromatic Colors of #edfca7

#edfca7

Complementary Color

#edfca7 #b6a7fc

#edfca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfca7 Color CSS Codes

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

#edfca7 Text Font Color

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

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


#edfca7 Background Color

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

This div background color is #edfca7


#edfca7 Border Color

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

This div border color is #edfca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfca7


Comments

No comments written yet.

Please login to write comment.