Color Hex Logo

#ede780 Color Hex

#EDE780
(237,231,128)
0 Favorites   0 Comments

Color spaces of #ede780

RGB 237231128
HSL0.160.750.72
HSV57°46°93°
CMYK 0.000.030.46   0.07
XYZ67.397276.714931.6773
Yxy76.71490.38340.4364
Hunter Lab87.5870-15.923739.8677
CIE-Lab90.1902-11.850450.5632

#ede780 color RGB value is (237,231,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 10000000
Octal 355 347 200
Decimal 237 231 128
Hex ED E7 80

RGB Percentages of Color #ede780

%39.77
%38.76
%21.48

CMYK Percentages of Color #ede780

%0
%3
%46
%7

Triadic Colors of #ede780

#ede780 #80ede7 #e780ed

Analogous Colors of #ede780

#ede780 #bded80 #edb180

Monochromatic Colors of #ede780

#ede780

Complementary Color

#ede780 #8086ed

#ede780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede780 Color CSS Codes

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

#ede780 Text Font Color

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

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


#ede780 Background Color

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

This div background color is #ede780


#ede780 Border Color

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

This div border color is #ede780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede780


Comments

No comments written yet.

Please login to write comment.