Color Hex Logo

#edf946 Color Hex

#EDF946
(237,249,70)
0 Favorites   0 Comments

Color spaces of #edf946

RGB 23724970
HSL0.180.940.63
HSV64°72°98°
CMYK 0.050.000.72   0.02
XYZ69.906286.198118.7478
Yxy86.19810.39980.4930
Hunter Lab92.8429-28.073353.0176
CIE-Lab94.3970-24.517579.0742

#edf946 color RGB value is (237,249,70).

#edf946 hex color red value is 237, green value is 249 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #edf946 hue: 0.18 , saturation: 0.94 and the lightness value of edf946 is 0.63.

The process color (four color CMYK) of #edf946 color hex is 0.05, 0.00, 0.72, 0.02. Web safe color of #edf946 is #ffff33. Color #edf946 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01000110
Octal 355 371 106
Decimal 237 249 70
Hex ED F9 46

RGB Percentages of Color #edf946

%42.63
%44.78
%12.59

CMYK Percentages of Color #edf946

%5
%0
%72
%2

Triadic Colors of #edf946

#edf946 #46edf9 #f946ed

Analogous Colors of #edf946

#edf946 #94f946 #f9ac46

Monochromatic Colors of #edf946

#edf946

Complementary Color

#edf946 #5246f9

#edf946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf946 Color CSS Codes

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

#edf946 Text Font Color

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

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


#edf946 Background Color

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

This div background color is #edf946


#edf946 Border Color

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

This div border color is #edf946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf946

Related Colors


Comments

No comments written yet.

Please login to write comment.