Color Hex Logo

#edfd86 Color Hex

#EDFD86
(237,253,134)
0 Favorites   0 Comments

Color spaces of #edfd86

RGB 237253134
HSL0.190.970.76
HSV68°47°99°
CMYK 0.060.000.47   0.01
XYZ74.353489.976336.0026
Yxy89.97630.37120.4491
Hunter Lab94.8558-26.079343.8955
CIE-Lab95.9869-21.996054.7812

#edfd86 color RGB value is (237,253,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 10000110
Octal 355 375 206
Decimal 237 253 134
Hex ED FD 86

RGB Percentages of Color #edfd86

%37.98
%40.54
%21.47

CMYK Percentages of Color #edfd86

%6
%0
%47
%1

Triadic Colors of #edfd86

#edfd86 #86edfd #fd86ed

Analogous Colors of #edfd86

#edfd86 #b2fd86 #fdd286

Monochromatic Colors of #edfd86

#edfd86

Complementary Color

#edfd86 #9686fd

#edfd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd86 Color CSS Codes

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

#edfd86 Text Font Color

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

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


#edfd86 Background Color

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

This div background color is #edfd86


#edfd86 Border Color

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

This div border color is #edfd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd86

Related Colors


Comments

No comments written yet.

Please login to write comment.