Color Hex Logo

#edd126 Color Hex

#EDD126
(237,209,38)
0 Favorites   0 Comments

Color spaces of #edd126

RGB 23720938
HSL0.140.850.54
HSV52°84°93°
CMYK 0.000.120.84   0.07
XYZ58.075463.745411.0769
Yxy63.74540.43700.4797
Hunter Lab79.8407-9.882047.6628
CIE-Lab83.8330-6.032878.7612

#edd126 color RGB value is (237,209,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00100110
Octal 355 321 46
Decimal 237 209 38
Hex ED D1 26

RGB Percentages of Color #edd126

%48.97
%43.18
%7.85

CMYK Percentages of Color #edd126

%0
%12
%84
%7

Triadic Colors of #edd126

#edd126 #26edd1 #d126ed

Analogous Colors of #edd126

#edd126 #a6ed26 #ed6e26

Monochromatic Colors of #edd126

#edd126

Complementary Color

#edd126 #2642ed

#edd126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd126 Color CSS Codes

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

#edd126 Text Font Color

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

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


#edd126 Background Color

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

This div background color is #edd126


#edd126 Border Color

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

This div border color is #edd126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd126


Comments

No comments written yet.

Please login to write comment.