Color Hex Logo

#edd426 Color Hex

#EDD426
(237,212,38)
0 Favorites   0 Comments

Color spaces of #edd426

RGB 23721238
HSL0.150.850.54
HSV52°84°93°
CMYK 0.000.110.84   0.07
XYZ58.818465.231411.3246
Yxy65.23140.43450.4819
Hunter Lab80.7660-11.346548.2228
CIE-Lab84.6028-7.549279.3977

#edd426 color RGB value is (237,212,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00100110
Octal 355 324 46
Decimal 237 212 38
Hex ED D4 26

RGB Percentages of Color #edd426

%48.67
%43.53
%7.80

CMYK Percentages of Color #edd426

%0
%11
%84
%7

Triadic Colors of #edd426

#edd426 #26edd4 #d426ed

Analogous Colors of #edd426

#edd426 #a3ed26 #ed7126

Monochromatic Colors of #edd426

#edd426

Complementary Color

#edd426 #263fed

#edd426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd426 Color CSS Codes

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

#edd426 Text Font Color

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

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


#edd426 Background Color

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

This div background color is #edd426


#edd426 Border Color

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

This div border color is #edd426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd426


Comments

No comments written yet.

Please login to write comment.