Color Hex Logo

#ede461 Color Hex

#EDE461
(237,228,97)
0 Favorites   0 Comments

Color spaces of #ede461

RGB 23722897
HSL0.160.800.65
HSV56°59°93°
CMYK 0.000.040.59   0.07
XYZ64.826174.354422.2444
Yxy74.35440.40160.4606
Hunter Lab86.2290-16.706245.0653
CIE-Lab89.0897-12.850163.3969

#ede461 color RGB value is (237,228,97).

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

The process color (four color CMYK) of #ede461 color hex is 0.00, 0.04, 0.59, 0.07. Web safe color of #ede461 is #ffcc66. Color #ede461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01100001
Octal 355 344 141
Decimal 237 228 97
Hex ED E4 61

RGB Percentages of Color #ede461

%42.17
%40.57
%17.26

CMYK Percentages of Color #ede461

%0
%4
%59
%7

Triadic Colors of #ede461

#ede461 #61ede4 #e461ed

Analogous Colors of #ede461

#ede461 #b0ed61 #ed9e61

Monochromatic Colors of #ede461

#ede461

Complementary Color

#ede461 #616aed

#ede461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede461 Color CSS Codes

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

#ede461 Text Font Color

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

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


#ede461 Background Color

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

This div background color is #ede461


#ede461 Border Color

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

This div border color is #ede461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede461

#ede461 Color Palettes


Comments

No comments written yet.

Please login to write comment.