Color Hex Logo

#ede789 Color Hex

#EDE789
(237,231,137)
0 Favorites   0 Comments

Color spaces of #ede789

RGB 237231137
HSL0.160.740.73
HSV56°42°93°
CMYK 0.000.030.42   0.07
XYZ68.016376.962534.9373
Yxy76.96250.37800.4278
Hunter Lab87.7283-15.132337.7979
CIE-Lab90.3044-10.981246.3614

#ede789 color RGB value is (237,231,137).

#ede789 hex color red value is 237, green value is 231 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #ede789 hue: 0.16 , saturation: 0.74 and the lightness value of ede789 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10001001
Octal 355 347 211
Decimal 237 231 137
Hex ED E7 89

RGB Percentages of Color #ede789

%39.17
%38.18
%22.64

CMYK Percentages of Color #ede789

%0
%3
%42
%7

Triadic Colors of #ede789

#ede789 #89ede7 #e789ed

Analogous Colors of #ede789

#ede789 #c1ed89 #edb589

Monochromatic Colors of #ede789

#ede789

Complementary Color

#ede789 #898fed

#ede789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede789 Color CSS Codes

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

#ede789 Text Font Color

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

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


#ede789 Background Color

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

This div background color is #ede789


#ede789 Border Color

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

This div border color is #ede789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede789


Comments

No comments written yet.

Please login to write comment.