Color Hex Logo

#ede571 Color Hex

#EDE571
(237,229,113)
0 Favorites   0 Comments

Color spaces of #ede571

RGB 237229113
HSL0.160.780.69
HSV56°52°93°
CMYK 0.000.030.52   0.07
XYZ65.925075.235426.6701
Yxy75.23540.39280.4483
Hunter Lab86.7383-16.124242.4865
CIE-Lab89.5031-12.159256.7652

#ede571 color RGB value is (237,229,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01110001
Octal 355 345 161
Decimal 237 229 113
Hex ED E5 71

RGB Percentages of Color #ede571

%40.93
%39.55
%19.52

CMYK Percentages of Color #ede571

%0
%3
%52
%7

Triadic Colors of #ede571

#ede571 #71ede5 #e571ed

Analogous Colors of #ede571

#ede571 #b7ed71 #eda771

Monochromatic Colors of #ede571

#ede571

Complementary Color

#ede571 #7179ed

#ede571 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede571 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede571 Color CSS Codes

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

#ede571 Text Font Color

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

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


#ede571 Background Color

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

This div background color is #ede571


#ede571 Border Color

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

This div border color is #ede571


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede571


Comments

No comments written yet.

Please login to write comment.