Color Hex Logo

#ede770 Color Hex

#EDE770
(237,231,112)
0 Favorites   0 Comments

Color spaces of #ede770

RGB 237231112
HSL0.160.780.68
HSV57°53°93°
CMYK 0.000.030.53   0.07
XYZ66.425676.326226.5607
Yxy76.32620.39230.4508
Hunter Lab87.3649-17.170743.1300
CIE-Lab90.0106-13.228957.8115

#ede770 color RGB value is (237,231,112).

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

The process color (four color CMYK) of #ede770 color hex is 0.00, 0.03, 0.53, 0.07. Web safe color of #ede770 is #ffff66. Color #ede770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01110000
Octal 355 347 160
Decimal 237 231 112
Hex ED E7 70

RGB Percentages of Color #ede770

%40.86
%39.83
%19.31

CMYK Percentages of Color #ede770

%0
%3
%53
%7

Triadic Colors of #ede770

#ede770 #70ede7 #e770ed

Analogous Colors of #ede770

#ede770 #b5ed70 #eda970

Monochromatic Colors of #ede770

#ede770

Complementary Color

#ede770 #7076ed

#ede770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede770 Color CSS Codes

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

#ede770 Text Font Color

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

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


#ede770 Background Color

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

This div background color is #ede770


#ede770 Border Color

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

This div border color is #ede770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede770


Comments

No comments written yet.

Please login to write comment.