Color Hex Logo

#edf685 Color Hex

#EDF685
(237,246,133)
0 Favorites   0 Comments

Color spaces of #edf685

RGB 237246133
HSL0.180.860.74
HSV65°46°96°
CMYK 0.040.000.46   0.04
XYZ72.114585.609534.9138
Yxy85.60950.37440.4444
Hunter Lab92.5254-22.796242.3951
CIE-Lab94.1451-18.728653.0142

#edf685 color RGB value is (237,246,133).

#edf685 hex color red value is 237, green value is 246 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #edf685 hue: 0.18 , saturation: 0.86 and the lightness value of edf685 is 0.74.

The process color (four color CMYK) of #edf685 color hex is 0.04, 0.00, 0.46, 0.04. Web safe color of #edf685 is #ffff99. Color #edf685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 10000101
Octal 355 366 205
Decimal 237 246 133
Hex ED F6 85

RGB Percentages of Color #edf685

%38.47
%39.94
%21.59

CMYK Percentages of Color #edf685

%4
%0
%46
%4

Triadic Colors of #edf685

#edf685 #85edf6 #f685ed

Analogous Colors of #edf685

#edf685 #b5f685 #f6c785

Monochromatic Colors of #edf685

#edf685

Complementary Color

#edf685 #8e85f6

#edf685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf685 Color CSS Codes

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

#edf685 Text Font Color

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

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


#edf685 Background Color

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

This div background color is #edf685


#edf685 Border Color

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

This div border color is #edf685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf685


Comments

No comments written yet.

Please login to write comment.