Color Hex Logo

#ede570 Color Hex

#EDE570
(237,229,112)
0 Favorites   0 Comments

Color spaces of #ede570

RGB 237229112
HSL0.160.780.68
HSV56°53°93°
CMYK 0.000.030.53   0.07
XYZ65.869075.213026.3751
Yxy75.21300.39330.4491
Hunter Lab86.7254-16.196642.6764
CIE-Lab89.4927-12.239457.2103

#ede570 color RGB value is (237,229,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01110000
Octal 355 345 160
Decimal 237 229 112
Hex ED E5 70

RGB Percentages of Color #ede570

%41.00
%39.62
%19.38

CMYK Percentages of Color #ede570

%0
%3
%53
%7

Triadic Colors of #ede570

#ede570 #70ede5 #e570ed

Analogous Colors of #ede570

#ede570 #b7ed70 #eda770

Monochromatic Colors of #ede570

#ede570

Complementary Color

#ede570 #7078ed

#ede570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede570 Color CSS Codes

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

#ede570 Text Font Color

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

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


#ede570 Background Color

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

This div background color is #ede570


#ede570 Border Color

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

This div border color is #ede570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede570


Comments

No comments written yet.

Please login to write comment.