Color Hex Logo

#edde5f Color Hex

#EDDE5F
(237,222,95)
0 Favorites   0 Comments

Color spaces of #edde5f

RGB 23722295
HSL0.150.800.65
HSV54°60°93°
CMYK 0.000.060.60   0.07
XYZ63.111971.073321.2186
Yxy71.07330.40610.4573
Hunter Lab84.3050-13.906144.0909
CIE-Lab87.5206-10.000962.5307

#edde5f color RGB value is (237,222,95).

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

The process color (four color CMYK) of #edde5f color hex is 0.00, 0.06, 0.60, 0.07. Web safe color of #edde5f is #ffcc66. Color #edde5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01011111
Octal 355 336 137
Decimal 237 222 95
Hex ED DE 5F

RGB Percentages of Color #edde5f

%42.78
%40.07
%17.15

CMYK Percentages of Color #edde5f

%0
%6
%60
%7

Triadic Colors of #edde5f

#edde5f #5fedde #de5fed

Analogous Colors of #edde5f

#edde5f #b5ed5f #ed975f

Monochromatic Colors of #edde5f

#edde5f

Complementary Color

#edde5f #5f6eed

#edde5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde5f Color CSS Codes

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

#edde5f Text Font Color

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

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


#edde5f Background Color

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

This div background color is #edde5f


#edde5f Border Color

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

This div border color is #edde5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde5f


Comments

No comments written yet.

Please login to write comment.