Color Hex Logo

#edf178 Color Hex

#EDF178
(237,241,120)
0 Favorites   0 Comments

Color spaces of #edf178

RGB 237241120
HSL0.170.810.71
HSV62°50°95°
CMYK 0.020.000.50   0.05
XYZ69.770582.271229.9719
Yxy82.27120.38330.4520
Hunter Lab90.7035-21.426143.9007
CIE-Lab92.6944-17.471157.3030

#edf178 color RGB value is (237,241,120).

#edf178 hex color red value is 237, green value is 241 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #edf178 hue: 0.17 , saturation: 0.81 and the lightness value of edf178 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 01111000
Octal 355 361 170
Decimal 237 241 120
Hex ED F1 78

RGB Percentages of Color #edf178

%39.63
%40.30
%20.07

CMYK Percentages of Color #edf178

%2
%0
%50
%5

Triadic Colors of #edf178

#edf178 #78edf1 #f178ed

Analogous Colors of #edf178

#edf178 #b1f178 #f1b978

Monochromatic Colors of #edf178

#edf178

Complementary Color

#edf178 #7c78f1

#edf178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf178 Color CSS Codes

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

#edf178 Text Font Color

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

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


#edf178 Background Color

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

This div background color is #edf178


#edf178 Border Color

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

This div border color is #edf178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf178


Comments

No comments written yet.

Please login to write comment.