Color Hex Logo

#ede441 Color Hex

#EDE441
(237,228,65)
0 Favorites   0 Comments

Color spaces of #ede441

RGB 23722865
HSL0.160.830.59
HSV57°73°93°
CMYK 0.000.040.73   0.07
XYZ63.622673.873015.9067
Yxy73.87300.41470.4816
Hunter Lab85.9494-18.279849.1918
CIE-Lab88.8624-14.611175.4629

#ede441 color RGB value is (237,228,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01000001
Octal 355 344 101
Decimal 237 228 65
Hex ED E4 41

RGB Percentages of Color #ede441

%44.72
%43.02
%12.26

CMYK Percentages of Color #ede441

%0
%4
%73
%7

Triadic Colors of #ede441

#ede441 #41ede4 #e441ed

Analogous Colors of #ede441

#ede441 #a0ed41 #ed8e41

Monochromatic Colors of #ede441

#ede441

Complementary Color

#ede441 #414aed

#ede441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede441 Color CSS Codes

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

#ede441 Text Font Color

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

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


#ede441 Background Color

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

This div background color is #ede441


#ede441 Border Color

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

This div border color is #ede441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede441


Comments

No comments written yet.

Please login to write comment.