Color Hex Logo

#ede43e Color Hex

#EDE43E
(237,228,62)
0 Favorites   0 Comments

Color spaces of #ede43e

RGB 23722862
HSL0.160.830.59
HSV57°74°93°
CMYK 0.000.040.74   0.07
XYZ63.538073.839115.4610
Yxy73.83910.41570.4831
Hunter Lab85.9297-18.390749.4830
CIE-Lab88.8464-14.735976.4284

#ede43e color RGB value is (237,228,62).

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

The process color (four color CMYK) of #ede43e color hex is 0.00, 0.04, 0.74, 0.07. Web safe color of #ede43e is #ffcc33. Color #ede43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00111110
Octal 355 344 76
Decimal 237 228 62
Hex ED E4 3E

RGB Percentages of Color #ede43e

%44.97
%43.26
%11.76

CMYK Percentages of Color #ede43e

%0
%4
%74
%7

Triadic Colors of #ede43e

#ede43e #3eede4 #e43eed

Analogous Colors of #ede43e

#ede43e #9fed3e #ed8d3e

Monochromatic Colors of #ede43e

#ede43e

Complementary Color

#ede43e #3e47ed

#ede43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede43e Color CSS Codes

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

#ede43e Text Font Color

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

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


#ede43e Background Color

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

This div background color is #ede43e


#ede43e Border Color

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

This div border color is #ede43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede43e


Comments

No comments written yet.

Please login to write comment.