Color Hex Logo

#eded24 Color Hex

#EDED24
(237,237,36)
0 Favorites   0 Comments

Color spaces of #eded24

RGB 23723736
HSL0.170.850.54
HSV60°85°93°
CMYK 0.000.000.85   0.07
XYZ65.527778.700313.4061
Yxy78.70030.41570.4993
Hunter Lab88.7132-23.399753.1395
CIE-Lab91.0985-19.926785.1554

#eded24 color RGB value is (237,237,36).

#eded24 hex color red value is 237, green value is 237 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eded24 hue: 0.17 , saturation: 0.85 and the lightness value of eded24 is 0.54.

The process color (four color CMYK) of #eded24 color hex is 0.00, 0.00, 0.85, 0.07. Web safe color of #eded24 is #ffff33. Color #eded24 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101101 00100100
Octal 355 355 44
Decimal 237 237 36
Hex ED ED 24

RGB Percentages of Color #eded24

%46.47
%46.47
%7.06

CMYK Percentages of Color #eded24

%0
%0
%85
%7

Triadic Colors of #eded24

#eded24 #24eded #ed24ed

Analogous Colors of #eded24

#eded24 #89ed24 #ed8924

Monochromatic Colors of #eded24

#eded24

Complementary Color

#eded24 #2424ed

#eded24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eded24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eded24 Color CSS Codes

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

#eded24 Text Font Color

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

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


#eded24 Background Color

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

This div background color is #eded24


#eded24 Border Color

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

This div border color is #eded24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eded24


Comments

No comments written yet.

Please login to write comment.