Color Hex Logo

#edf650 Color Hex

#EDF650
(237,246,80)
0 Favorites   0 Comments

Color spaces of #edf650

RGB 23724680
HSL0.180.900.64
HSV63°67°96°
CMYK 0.040.000.67   0.04
XYZ69.328884.495220.2446
Yxy84.49520.39830.4854
Hunter Lab91.9213-26.234151.2870
CIE-Lab93.6652-22.609174.9269

#edf650 color RGB value is (237,246,80).

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

The process color (four color CMYK) of #edf650 color hex is 0.04, 0.00, 0.67, 0.04. Web safe color of #edf650 is #ffff66. Color #edf650 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110110 01010000
Octal 355 366 120
Decimal 237 246 80
Hex ED F6 50

RGB Percentages of Color #edf650

%42.10
%43.69
%14.21

CMYK Percentages of Color #edf650

%4
%0
%67
%4

Triadic Colors of #edf650

#edf650 #50edf6 #f650ed

Analogous Colors of #edf650

#edf650 #9af650 #f6ac50

Monochromatic Colors of #edf650

#edf650

Complementary Color

#edf650 #5950f6

#edf650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf650 Color CSS Codes

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

#edf650 Text Font Color

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

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


#edf650 Background Color

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

This div background color is #edf650


#edf650 Border Color

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

This div border color is #edf650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf650


Comments

No comments written yet.

Please login to write comment.