Color Hex Logo

#ede537 Color Hex

#EDE537
(237,229,55)
0 Favorites   0 Comments

Color spaces of #ede537

RGB 23722955
HSL0.160.830.57
HSV57°77°93°
CMYK 0.000.030.77   0.07
XYZ63.634074.319014.6056
Yxy74.31900.41710.4872
Hunter Lab86.2085-19.106750.3009
CIE-Lab89.0730-15.492878.7801

#ede537 color RGB value is (237,229,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 00110111
Octal 355 345 67
Decimal 237 229 55
Hex ED E5 37

RGB Percentages of Color #ede537

%45.49
%43.95
%10.56

CMYK Percentages of Color #ede537

%0
%3
%77
%7

Triadic Colors of #ede537

#ede537 #37ede5 #e537ed

Analogous Colors of #ede537

#ede537 #9aed37 #ed8a37

Monochromatic Colors of #ede537

#ede537

Complementary Color

#ede537 #373fed

#ede537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede537 Color CSS Codes

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

#ede537 Text Font Color

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

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


#ede537 Background Color

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

This div background color is #ede537


#ede537 Border Color

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

This div border color is #ede537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede537


Comments

No comments written yet.

Please login to write comment.