Color Hex Logo

#edee5f Color Hex

#EDEE5F
(237,238,95)
0 Favorites   0 Comments

Color spaces of #edee5f

RGB 23723895
HSL0.170.810.65
HSV60°60°93°
CMYK 0.000.000.60   0.07
XYZ67.565179.979822.7031
Yxy79.97980.39690.4698
Hunter Lab89.4314-21.648947.5506
CIE-Lab91.6758-17.883767.0515

#edee5f color RGB value is (237,238,95).

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

The process color (four color CMYK) of #edee5f color hex is 0.00, 0.00, 0.60, 0.07. Web safe color of #edee5f is #ffff66. Color #edee5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101110 01011111
Octal 355 356 137
Decimal 237 238 95
Hex ED EE 5F

RGB Percentages of Color #edee5f

%41.58
%41.75
%16.67

CMYK Percentages of Color #edee5f

%0
%0
%60
%7

Triadic Colors of #edee5f

#edee5f #5fedee #ee5fed

Analogous Colors of #edee5f

#edee5f #a6ee5f #eea85f

Monochromatic Colors of #edee5f

#edee5f

Complementary Color

#edee5f #605fee

#edee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edee5f Color CSS Codes

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

#edee5f Text Font Color

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

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


#edee5f Background Color

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

This div background color is #edee5f


#edee5f Border Color

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

This div border color is #edee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edee5f


Comments

No comments written yet.

Please login to write comment.