Color Hex Logo

#ede426 Color Hex

#EDE426
(237,228,38)
0 Favorites   0 Comments

Color spaces of #ede426

RGB 23722838
HSL0.160.850.54
HSV57°84°93°
CMYK 0.000.040.84   0.07
XYZ63.018373.631312.7246
Yxy73.63130.42190.4929
Hunter Lab85.8087-19.074051.2739
CIE-Lab88.7479-15.506882.8181

#ede426 color RGB value is (237,228,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00100110
Octal 355 344 46
Decimal 237 228 38
Hex ED E4 26

RGB Percentages of Color #ede426

%47.12
%45.33
%7.55

CMYK Percentages of Color #ede426

%0
%4
%84
%7

Triadic Colors of #ede426

#ede426 #26ede4 #e426ed

Analogous Colors of #ede426

#ede426 #93ed26 #ed8126

Monochromatic Colors of #ede426

#ede426

Complementary Color

#ede426 #262fed

#ede426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede426 Color CSS Codes

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

#ede426 Text Font Color

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

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


#ede426 Background Color

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

This div background color is #ede426


#ede426 Border Color

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

This div border color is #ede426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede426


Comments

No comments written yet.

Please login to write comment.