Color Hex Logo

#edf750 Color Hex

#EDF750
(237,247,80)
0 Favorites   0 Comments

Color spaces of #edf750

RGB 23724780
HSL0.180.910.64
HSV64°68°97°
CMYK 0.040.000.68   0.03
XYZ69.633885.105220.3463
Yxy85.10520.39770.4861
Hunter Lab92.2525-26.706951.5003
CIE-Lab93.9284-23.084875.1899

#edf750 color RGB value is (237,247,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 01010000
Octal 355 367 120
Decimal 237 247 80
Hex ED F7 50

RGB Percentages of Color #edf750

%42.02
%43.79
%14.18

CMYK Percentages of Color #edf750

%4
%0
%68
%3

Triadic Colors of #edf750

#edf750 #50edf7 #f750ed

Analogous Colors of #edf750

#edf750 #9af750 #f7ae50

Monochromatic Colors of #edf750

#edf750

Complementary Color

#edf750 #5a50f7

#edf750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf750 Color CSS Codes

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

#edf750 Text Font Color

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

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


#edf750 Background Color

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

This div background color is #edf750


#edf750 Border Color

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

This div border color is #edf750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,247,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 #edf750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf750


Comments

No comments written yet.

Please login to write comment.