Color Hex Logo

#edfd84 Color Hex

#EDFD84
(237,253,132)
0 Favorites   0 Comments

Color spaces of #edfd84

RGB 237253132
HSL0.190.970.75
HSV68°48°99°
CMYK 0.060.000.48   0.01
XYZ74.215289.921035.2747
Yxy89.92100.37220.4509
Hunter Lab94.8267-26.245444.3233
CIE-Lab95.9640-22.182755.6801

#edfd84 color RGB value is (237,253,132).

#edfd84 hex color red value is 237, green value is 253 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #edfd84 hue: 0.19 , saturation: 0.97 and the lightness value of edfd84 is 0.75.

The process color (four color CMYK) of #edfd84 color hex is 0.06, 0.00, 0.48, 0.01. Web safe color of #edfd84 is #ffff99. Color #edfd84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10000100
Octal 355 375 204
Decimal 237 253 132
Hex ED FD 84

RGB Percentages of Color #edfd84

%38.10
%40.68
%21.22

CMYK Percentages of Color #edfd84

%6
%0
%48
%1

Triadic Colors of #edfd84

#edfd84 #84edfd #fd84ed

Analogous Colors of #edfd84

#edfd84 #b1fd84 #fdd184

Monochromatic Colors of #edfd84

#edfd84

Complementary Color

#edfd84 #9484fd

#edfd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd84 Color CSS Codes

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

#edfd84 Text Font Color

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

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


#edfd84 Background Color

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

This div background color is #edfd84


#edfd84 Border Color

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

This div border color is #edfd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd84


Comments

No comments written yet.

Please login to write comment.