Color Hex Logo

#ede470 Color Hex

#EDE470
(237,228,112)
0 Favorites   0 Comments

Color spaces of #ede470

RGB 237228112
HSL0.150.780.68
HSV56°53°93°
CMYK 0.000.040.53   0.07
XYZ65.593174.661226.2832
Yxy74.66120.39390.4483
Hunter Lab86.4067-15.708842.4499
CIE-Lab89.2341-11.743356.9093

#ede470 color RGB value is (237,228,112).

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

The process color (four color CMYK) of #ede470 color hex is 0.00, 0.04, 0.53, 0.07. Web safe color of #ede470 is #ffcc66. Color #ede470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01110000
Octal 355 344 160
Decimal 237 228 112
Hex ED E4 70

RGB Percentages of Color #ede470

%41.07
%39.51
%19.41

CMYK Percentages of Color #ede470

%0
%4
%53
%7

Triadic Colors of #ede470

#ede470 #70ede4 #e470ed

Analogous Colors of #ede470

#ede470 #b8ed70 #eda670

Monochromatic Colors of #ede470

#ede470

Complementary Color

#ede470 #7079ed

#ede470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede470 Color CSS Codes

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

#ede470 Text Font Color

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

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


#ede470 Background Color

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

This div background color is #ede470


#ede470 Border Color

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

This div border color is #ede470


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,228,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 #ede470">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede470


Comments

No comments written yet.

Please login to write comment.