Color Hex Logo

#edfca6 Color Hex

#EDFCA6
(237,252,166)
0 Favorites   0 Comments

Color spaces of #edfca6

RGB 237252166
HSL0.200.930.82
HSV70°34°99°
CMYK 0.060.000.34   0.01
XYZ76.618490.378549.4830
Yxy90.37850.35390.4175
Hunter Lab95.0676-22.508835.6867
CIE-Lab96.1536-18.082839.6016

#edfca6 color RGB value is (237,252,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 10100110
Octal 355 374 246
Decimal 237 252 166
Hex ED FC A6

RGB Percentages of Color #edfca6

%36.18
%38.47
%25.34

CMYK Percentages of Color #edfca6

%6
%0
%34
%1

Triadic Colors of #edfca6

#edfca6 #a6edfc #fca6ed

Analogous Colors of #edfca6

#edfca6 #c2fca6 #fce0a6

Monochromatic Colors of #edfca6

#edfca6

Complementary Color

#edfca6 #b5a6fc

#edfca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfca6 Color CSS Codes

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

#edfca6 Text Font Color

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

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


#edfca6 Background Color

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

This div background color is #edfca6


#edfca6 Border Color

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

This div border color is #edfca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfca6


Comments

No comments written yet.

Please login to write comment.