Color Hex Logo

#edfe44 Color Hex

#EDFE44
(237,254,68)
0 Favorites   0 Comments

Color spaces of #edfe44

RGB 23725468
HSL0.180.990.63
HSV65°73°100°
CMYK 0.070.000.73   0.00
XYZ71.410389.305518.9428
Yxy89.30550.39750.4971
Hunter Lab94.5016-30.493954.2665
CIE-Lab95.7079-26.954180.9501

#edfe44 color RGB value is (237,254,68).

#edfe44 hex color red value is 237, green value is 254 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #edfe44 hue: 0.18 , saturation: 0.99 and the lightness value of edfe44 is 0.63.

The process color (four color CMYK) of #edfe44 color hex is 0.07, 0.00, 0.73, 0.00. Web safe color of #edfe44 is #ffff33. Color #edfe44 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 01000100
Octal 355 376 104
Decimal 237 254 68
Hex ED FE 44

RGB Percentages of Color #edfe44

%42.40
%45.44
%12.16

CMYK Percentages of Color #edfe44

%7
%0
%73
%0

Triadic Colors of #edfe44

#edfe44 #44edfe #fe44ed

Analogous Colors of #edfe44

#edfe44 #90fe44 #feb244

Monochromatic Colors of #edfe44

#edfe44

Complementary Color

#edfe44 #5544fe

#edfe44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfe44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfe44 Color CSS Codes

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

#edfe44 Text Font Color

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

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


#edfe44 Background Color

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

This div background color is #edfe44


#edfe44 Border Color

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

This div border color is #edfe44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfe44

Related Colors


Comments

No comments written yet.

Please login to write comment.