Color Hex Logo

#edfc4c Color Hex

#EDFC4C
(237,252,76)
0 Favorites   0 Comments

Color spaces of #edfc4c

RGB 23725276
HSL0.180.970.64
HSV65°70°99°
CMYK 0.060.000.70   0.01
XYZ71.040088.147120.1074
Yxy88.14710.39620.4916
Hunter Lab93.8867-29.238553.0227
CIE-Lab95.2228-25.650277.8710

#edfc4c color RGB value is (237,252,76).

#edfc4c hex color red value is 237, green value is 252 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #edfc4c hue: 0.18 , saturation: 0.97 and the lightness value of edfc4c is 0.64.

The process color (four color CMYK) of #edfc4c color hex is 0.06, 0.00, 0.70, 0.01. Web safe color of #edfc4c is #ffff33. Color #edfc4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01001100
Octal 355 374 114
Decimal 237 252 76
Hex ED FC 4C

RGB Percentages of Color #edfc4c

%41.95
%44.60
%13.45

CMYK Percentages of Color #edfc4c

%6
%0
%70
%1

Triadic Colors of #edfc4c

#edfc4c #4cedfc #fc4ced

Analogous Colors of #edfc4c

#edfc4c #95fc4c #fcb34c

Monochromatic Colors of #edfc4c

#edfc4c

Complementary Color

#edfc4c #5b4cfc

#edfc4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc4c Color CSS Codes

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

#edfc4c Text Font Color

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

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


#edfc4c Background Color

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

This div background color is #edfc4c


#edfc4c Border Color

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

This div border color is #edfc4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc4c


Comments

No comments written yet.

Please login to write comment.