Color Hex Logo

#ede991 Color Hex

#EDE991
(237,233,145)
0 Favorites   0 Comments

Color spaces of #ede991

RGB 237233145
HSL0.160.720.75
HSV57°39°93°
CMYK 0.000.020.39   0.07
XYZ69.174878.326738.2607
Yxy78.32670.37240.4217
Hunter Lab88.5024-15.360836.3198
CIE-Lab90.9288-11.147843.2273

#ede991 color RGB value is (237,233,145).

#ede991 hex color red value is 237, green value is 233 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #ede991 hue: 0.16 , saturation: 0.72 and the lightness value of ede991 is 0.75.

The process color (four color CMYK) of #ede991 color hex is 0.00, 0.02, 0.39, 0.07. Web safe color of #ede991 is #ffff99. Color #ede991 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 10010001
Octal 355 351 221
Decimal 237 233 145
Hex ED E9 91

RGB Percentages of Color #ede991

%38.54
%37.89
%23.58

CMYK Percentages of Color #ede991

%0
%2
%39
%7

Triadic Colors of #ede991

#ede991 #91ede9 #e991ed

Analogous Colors of #ede991

#ede991 #c3ed91 #edbb91

Monochromatic Colors of #ede991

#ede991

Complementary Color

#ede991 #9195ed

#ede991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede991 Color CSS Codes

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

#ede991 Text Font Color

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

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


#ede991 Background Color

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

This div background color is #ede991


#ede991 Border Color

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

This div border color is #ede991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede991


Comments

No comments written yet.

Please login to write comment.