Color Hex Logo

#ede52e Color Hex

#EDE52E
(237,229,46)
0 Favorites   0 Comments

Color spaces of #ede52e

RGB 23722946
HSL0.160.840.55
HSV57°81°93°
CMYK 0.000.030.81   0.07
XYZ63.437574.240413.5711
Yxy74.24040.41940.4908
Hunter Lab86.1629-19.364250.9755
CIE-Lab89.0360-15.783881.1928

#ede52e color RGB value is (237,229,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 00101110
Octal 355 345 56
Decimal 237 229 46
Hex ED E5 2E

RGB Percentages of Color #ede52e

%46.29
%44.73
%8.98

CMYK Percentages of Color #ede52e

%0
%3
%81
%7

Triadic Colors of #ede52e

#ede52e #2eede5 #e52eed

Analogous Colors of #ede52e

#ede52e #96ed2e #ed862e

Monochromatic Colors of #ede52e

#ede52e

Complementary Color

#ede52e #2e36ed

#ede52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede52e Color CSS Codes

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

#ede52e Text Font Color

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

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


#ede52e Background Color

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

This div background color is #ede52e


#ede52e Border Color

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

This div border color is #ede52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede52e


Comments

No comments written yet.

Please login to write comment.