Color Hex Logo

#edfc51 Color Hex

#EDFC51
(237,252,81)
0 Favorites   0 Comments

Color spaces of #edfc51

RGB 23725281
HSL0.180.970.65
HSV65°68°99°
CMYK 0.060.000.68   0.01
XYZ71.220788.219421.0589
Yxy88.21940.39460.4888
Hunter Lab93.9252-29.017852.4543
CIE-Lab95.2532-25.396976.1545

#edfc51 color RGB value is (237,252,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111100 01010001
Octal 355 374 121
Decimal 237 252 81
Hex ED FC 51

RGB Percentages of Color #edfc51

%41.58
%44.21
%14.21

CMYK Percentages of Color #edfc51

%6
%0
%68
%1

Triadic Colors of #edfc51

#edfc51 #51edfc #fc51ed

Analogous Colors of #edfc51

#edfc51 #98fc51 #fcb651

Monochromatic Colors of #edfc51

#edfc51

Complementary Color

#edfc51 #6051fc

#edfc51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfc51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfc51 Color CSS Codes

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

#edfc51 Text Font Color

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

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


#edfc51 Background Color

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

This div background color is #edfc51


#edfc51 Border Color

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

This div border color is #edfc51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfc51


Comments

No comments written yet.

Please login to write comment.