Color Hex Logo

#edfc61 Color Hex

#EDFC61
(237,252,97)
0 Favorites   0 Comments

Color spaces of #edfc61

RGB 23725297
HSL0.180.960.68
HSV66°62°99°
CMYK 0.060.000.62   0.01
XYZ71.893188.488424.6001
Yxy88.48840.38870.4784
Hunter Lab94.0683-28.198250.3427
CIE-Lab95.3662-24.459170.1990

#edfc61 color RGB value is (237,252,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01100001
Octal 355 374 141
Decimal 237 252 97
Hex ED FC 61

RGB Percentages of Color #edfc61

%40.44
%43.00
%16.55

CMYK Percentages of Color #edfc61

%6
%0
%62
%1

Triadic Colors of #edfc61

#edfc61 #61edfc #fc61ed

Analogous Colors of #edfc61

#edfc61 #a0fc61 #fcbe61

Monochromatic Colors of #edfc61

#edfc61

Complementary Color

#edfc61 #7061fc

#edfc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc61 Color CSS Codes

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

#edfc61 Text Font Color

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

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


#edfc61 Background Color

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

This div background color is #edfc61


#edfc61 Border Color

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

This div border color is #edfc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc61

Related Colors


Comments

No comments written yet.

Please login to write comment.