Color Hex Logo

#eded91 Color Hex

#EDED91
(237,237,145)
0 Favorites   0 Comments

Color spaces of #eded91

RGB 237237145
HSL0.170.720.75
HSV60°39°93°
CMYK 0.000.000.39   0.07
XYZ70.320180.617238.6425
Yxy80.61720.37090.4252
Hunter Lab89.7871-17.328537.3338
CIE-Lab91.9611-13.128944.5392

#eded91 color RGB value is (237,237,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 10010001
Octal 355 355 221
Decimal 237 237 145
Hex ED ED 91

RGB Percentages of Color #eded91

%38.29
%38.29
%23.42

CMYK Percentages of Color #eded91

%0
%0
%39
%7

Triadic Colors of #eded91

#eded91 #91eded #ed91ed

Analogous Colors of #eded91

#eded91 #bfed91 #edbf91

Monochromatic Colors of #eded91

#eded91

Complementary Color

#eded91 #9191ed

#eded91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded91 Color CSS Codes

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

#eded91 Text Font Color

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

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


#eded91 Background Color

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

This div background color is #eded91


#eded91 Border Color

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

This div border color is #eded91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded91


Comments

No comments written yet.

Please login to write comment.