Color Hex Logo

#edfc3e Color Hex

#EDFC3E
(237,252,62)
0 Favorites   0 Comments

Color spaces of #edfc3e

RGB 23725262
HSL0.180.970.62
HSV65°75°99°
CMYK 0.060.000.75   0.01
XYZ70.605087.973117.8167
Yxy87.97310.40030.4987
Hunter Lab93.7940-29.770654.3933
CIE-Lab95.1496-26.262682.2452

#edfc3e color RGB value is (237,252,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 00111110
Octal 355 374 76
Decimal 237 252 62
Hex ED FC 3E

RGB Percentages of Color #edfc3e

%43.01
%45.74
%11.25

CMYK Percentages of Color #edfc3e

%6
%0
%75
%1

Triadic Colors of #edfc3e

#edfc3e #3eedfc #fc3eed

Analogous Colors of #edfc3e

#edfc3e #8efc3e #fcac3e

Monochromatic Colors of #edfc3e

#edfc3e

Complementary Color

#edfc3e #4d3efc

#edfc3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc3e Color CSS Codes

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

#edfc3e Text Font Color

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

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


#edfc3e Background Color

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

This div background color is #edfc3e


#edfc3e Border Color

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

This div border color is #edfc3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc3e


Comments

No comments written yet.

Please login to write comment.