Color Hex Logo

#edfc7c Color Hex

#EDFC7C
(237,252,124)
0 Favorites   0 Comments

Color spaces of #edfc7c

RGB 237252124
HSL0.190.960.74
HSV67°51°99°
CMYK 0.060.000.51   0.01
XYZ73.373589.080632.3959
Yxy89.08060.37660.4572
Hunter Lab94.3825-26.402545.7170
CIE-Lab95.6141-22.421858.9200

#edfc7c color RGB value is (237,252,124).

#edfc7c hex color red value is 237, green value is 252 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #edfc7c hue: 0.19 , saturation: 0.96 and the lightness value of edfc7c is 0.74.

The process color (four color CMYK) of #edfc7c color hex is 0.06, 0.00, 0.51, 0.01. Web safe color of #edfc7c is #ffff66. Color #edfc7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01111100
Octal 355 374 174
Decimal 237 252 124
Hex ED FC 7C

RGB Percentages of Color #edfc7c

%38.66
%41.11
%20.23

CMYK Percentages of Color #edfc7c

%6
%0
%51
%1

Triadic Colors of #edfc7c

#edfc7c #7cedfc #fc7ced

Analogous Colors of #edfc7c

#edfc7c #adfc7c #fccb7c

Monochromatic Colors of #edfc7c

#edfc7c

Complementary Color

#edfc7c #8b7cfc

#edfc7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc7c Color CSS Codes

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

#edfc7c Text Font Color

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

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


#edfc7c Background Color

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

This div background color is #edfc7c


#edfc7c Border Color

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

This div border color is #edfc7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc7c

Related Colors


Comments

No comments written yet.

Please login to write comment.