Color Hex Logo

#ede24d Color Hex

#EDE24D
(237,226,77)
0 Favorites   0 Comments

Color spaces of #ede24d

RGB 23722677
HSL0.160.820.62
HSV56°68°93°
CMYK 0.000.050.68   0.07
XYZ63.461072.933117.7539
Yxy72.93310.41170.4731
Hunter Lab85.4009-16.809047.4549
CIE-Lab88.4158-13.056670.7639

#ede24d color RGB value is (237,226,77).

#ede24d hex color red value is 237, green value is 226 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ede24d hue: 0.16 , saturation: 0.82 and the lightness value of ede24d is 0.62.

The process color (four color CMYK) of #ede24d color hex is 0.00, 0.05, 0.68, 0.07. Web safe color of #ede24d is #ffcc66. Color #ede24d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01001101
Octal 355 342 115
Decimal 237 226 77
Hex ED E2 4D

RGB Percentages of Color #ede24d

%43.89
%41.85
%14.26

CMYK Percentages of Color #ede24d

%0
%5
%68
%7

Triadic Colors of #ede24d

#ede24d #4dede2 #e24ded

Analogous Colors of #ede24d

#ede24d #a8ed4d #ed924d

Monochromatic Colors of #ede24d

#ede24d

Complementary Color

#ede24d #4d58ed

#ede24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede24d Color CSS Codes

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

#ede24d Text Font Color

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

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


#ede24d Background Color

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

This div background color is #ede24d


#ede24d Border Color

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

This div border color is #ede24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede24d


Comments

No comments written yet.

Please login to write comment.