Color Hex Logo

#ede879 Color Hex

#EDE879
(237,232,121)
0 Favorites   0 Comments

Color spaces of #ede879

RGB 237232121
HSL0.160.760.70
HSV57°49°93°
CMYK 0.000.020.49   0.07
XYZ67.232977.098229.4271
Yxy77.09820.38690.4437
Hunter Lab87.8056-16.982041.5935
CIE-Lab90.3668-12.974054.0829

#ede879 color RGB value is (237,232,121).

#ede879 hex color red value is 237, green value is 232 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ede879 hue: 0.16 , saturation: 0.76 and the lightness value of ede879 is 0.70.

The process color (four color CMYK) of #ede879 color hex is 0.00, 0.02, 0.49, 0.07. Web safe color of #ede879 is #ffff66. Color #ede879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01111001
Octal 355 350 171
Decimal 237 232 121
Hex ED E8 79

RGB Percentages of Color #ede879

%40.17
%39.32
%20.51

CMYK Percentages of Color #ede879

%0
%2
%49
%7

Triadic Colors of #ede879

#ede879 #79ede8 #e879ed

Analogous Colors of #ede879

#ede879 #b8ed79 #edae79

Monochromatic Colors of #ede879

#ede879

Complementary Color

#ede879 #797eed

#ede879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede879 Color CSS Codes

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

#ede879 Text Font Color

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

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


#ede879 Background Color

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

This div background color is #ede879


#ede879 Border Color

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

This div border color is #ede879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede879


Comments

No comments written yet.

Please login to write comment.