color codes Logo

#edee4e color codes

#EDEE4E
(237,238,78)
0 Favorites   0 Comments

Color spaces of #edee4e

RGB 23723878
HSL0.170.820.62
HSV60°67°93°
CMYK 0.000.000.67   0.07
XYZ66.874779.703719.0674
Yxy79.70370.40370.4812
Hunter Lab89.2769-22.525649.8309
CIE-Lab91.5518-18.874273.5400

#edee4e color RGB value is (237,238,78).

#edee4e hex color red value is 237, green value is 238 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #edee4e hue: 0.17 , saturation: 0.82 and the lightness value of edee4e is 0.62.

The process color (four color CMYK) of #edee4e color code is 0.00, 0.00, 0.67, 0.07. Web safe color of #edee4e is #ffff66. Color #edee4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 01001110
Octal 355 356 116
Decimal 237 238 78
Hex ED EE 4E

RGB Percentages of Color #edee4e

%42.86
%43.04
%14.10

CMYK Percentages of Color #edee4e

%0
%0
%67
%7

Triadic Colors of #edee4e

#edee4e #4eedee #ee4eed

Analogous Colors of #edee4e

#edee4e #9dee4e #ee9f4e

Monochromatic Colors of #edee4e

#edee4e

Complementary Color

#edee4e #4f4eee

#edee4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee4e Color CSS Codes

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

#edee4e Text Font Color

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

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


#edee4e Background Color

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

This div background color is #edee4e


#edee4e Border Color

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

This div border color is #edee4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee4e


Comments

No comments written yet.

Please login to write comment.