Color Hex Logo

#ede547 Color Hex

#EDE547
(237,229,71)
0 Favorites   0 Comments

Color spaces of #ede547

RGB 23722971
HSL0.160.820.60
HSV57°70°93°
CMYK 0.000.030.70   0.07
XYZ64.081774.498116.9633
Yxy74.49810.41200.4790
Hunter Lab86.3123-18.520948.7661
CIE-Lab89.1574-14.832973.6890

#ede547 color RGB value is (237,229,71).

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

The process color (four color CMYK) of #ede547 color hex is 0.00, 0.03, 0.70, 0.07. Web safe color of #ede547 is #ffcc33. Color #ede547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01000111
Octal 355 345 107
Decimal 237 229 71
Hex ED E5 47

RGB Percentages of Color #ede547

%44.13
%42.64
%13.22

CMYK Percentages of Color #ede547

%0
%3
%70
%7

Triadic Colors of #ede547

#ede547 #47ede5 #e547ed

Analogous Colors of #ede547

#ede547 #a2ed47 #ed9247

Monochromatic Colors of #ede547

#ede547

Complementary Color

#ede547 #474fed

#ede547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede547 Color CSS Codes

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

#ede547 Text Font Color

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

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


#ede547 Background Color

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

This div background color is #ede547


#ede547 Border Color

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

This div border color is #ede547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede547


Comments

No comments written yet.

Please login to write comment.