Color Hex Logo

#edd124 Color Hex

#EDD124
(237,209,36)
0 Favorites   0 Comments

Color spaces of #edd124

RGB 23720936
HSL0.140.850.54
HSV52°85°93°
CMYK 0.000.120.85   0.07
XYZ58.044063.732810.9115
Yxy63.73280.43740.4803
Hunter Lab79.8328-9.925647.7793
CIE-Lab83.8265-6.080979.2169

#edd124 color RGB value is (237,209,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00100100
Octal 355 321 44
Decimal 237 209 36
Hex ED D1 24

RGB Percentages of Color #edd124

%49.17
%43.36
%7.47

CMYK Percentages of Color #edd124

%0
%12
%85
%7

Triadic Colors of #edd124

#edd124 #24edd1 #d124ed

Analogous Colors of #edd124

#edd124 #a5ed24 #ed6d24

Monochromatic Colors of #edd124

#edd124

Complementary Color

#edd124 #2440ed

#edd124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd124 Color CSS Codes

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

#edd124 Text Font Color

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

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


#edd124 Background Color

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

This div background color is #edd124


#edd124 Border Color

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

This div border color is #edd124


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,209,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 #edd124">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd124


Comments

No comments written yet.

Please login to write comment.