Color Hex Logo

#edf950 Color Hex

#EDF950
(237,249,80)
0 Favorites   0 Comments

Color spaces of #edf950

RGB 23724980
HSL0.180.930.65
HSV64°68°98°
CMYK 0.050.000.68   0.02
XYZ70.248786.335120.5513
Yxy86.33510.39660.4874
Hunter Lab92.9167-27.651151.9279
CIE-Lab94.4554-24.033575.7159

#edf950 color RGB value is (237,249,80).

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

The process color (four color CMYK) of #edf950 color hex is 0.05, 0.00, 0.68, 0.02. Web safe color of #edf950 is #ffff66. Color #edf950 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01010000
Octal 355 371 120
Decimal 237 249 80
Hex ED F9 50

RGB Percentages of Color #edf950

%41.87
%43.99
%14.13

CMYK Percentages of Color #edf950

%5
%0
%68
%2

Triadic Colors of #edf950

#edf950 #50edf9 #f950ed

Analogous Colors of #edf950

#edf950 #99f950 #f9b150

Monochromatic Colors of #edf950

#edf950

Complementary Color

#edf950 #5c50f9

#edf950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf950 Color CSS Codes

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

#edf950 Text Font Color

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

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


#edf950 Background Color

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

This div background color is #edf950


#edf950 Border Color

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

This div border color is #edf950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf950


Comments

No comments written yet.

Please login to write comment.