Color Hex Logo

#ede458 Color Hex

#EDE458
(237,228,88)
0 Favorites   0 Comments

Color spaces of #ede458

RGB 23722888
HSL0.160.810.64
HSV56°63°93°
CMYK 0.000.040.63   0.07
XYZ64.429974.195920.1579
Yxy74.19590.40580.4673
Hunter Lab86.1370-17.223146.4208
CIE-Lab89.0150-13.426567.0725

#ede458 color RGB value is (237,228,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 01011000
Octal 355 344 130
Decimal 237 228 88
Hex ED E4 58

RGB Percentages of Color #ede458

%42.86
%41.23
%15.91

CMYK Percentages of Color #ede458

%0
%4
%63
%7

Triadic Colors of #ede458

#ede458 #58ede4 #e458ed

Analogous Colors of #ede458

#ede458 #aced58 #ed9a58

Monochromatic Colors of #ede458

#ede458

Complementary Color

#ede458 #5861ed

#ede458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede458 Color CSS Codes

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

#ede458 Text Font Color

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

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


#ede458 Background Color

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

This div background color is #ede458


#ede458 Border Color

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

This div border color is #ede458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede458


Comments

No comments written yet.

Please login to write comment.