Color Hex Logo

#edde78 Color Hex

#EDDE78
(237,222,120)
0 Favorites   0 Comments

Color spaces of #edde78

RGB 237222120
HSL0.150.760.70
HSV52°49°93°
CMYK 0.000.060.49   0.07
XYZ64.436571.603128.1939
Yxy71.60310.39230.4360
Hunter Lab84.6186-12.156039.4783
CIE-Lab87.7772-8.076251.4502

#edde78 color RGB value is (237,222,120).

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

The process color (four color CMYK) of #edde78 color hex is 0.00, 0.06, 0.49, 0.07. Web safe color of #edde78 is #ffcc66. Color #edde78 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01111000
Octal 355 336 170
Decimal 237 222 120
Hex ED DE 78

RGB Percentages of Color #edde78

%40.93
%38.34
%20.73

CMYK Percentages of Color #edde78

%0
%6
%49
%7

Triadic Colors of #edde78

#edde78 #78edde #de78ed

Analogous Colors of #edde78

#edde78 #c2ed78 #eda478

Monochromatic Colors of #edde78

#edde78

Complementary Color

#edde78 #7887ed

#edde78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde78 Color CSS Codes

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

#edde78 Text Font Color

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

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


#edde78 Background Color

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

This div background color is #edde78


#edde78 Border Color

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

This div border color is #edde78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde78


Comments

No comments written yet.

Please login to write comment.