Color Hex Logo

#ede726 Color Hex

#EDE726
(237,231,38)
0 Favorites   0 Comments

Color spaces of #ede726

RGB 23723138
HSL0.160.850.54
HSV58°84°93°
CMYK 0.000.030.84   0.07
XYZ63.850875.296313.0021
Yxy75.29630.41970.4949
Hunter Lab86.7734-20.507351.8574
CIE-Lab89.5316-16.973283.4635

#ede726 color RGB value is (237,231,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00100110
Octal 355 347 46
Decimal 237 231 38
Hex ED E7 26

RGB Percentages of Color #ede726

%46.84
%45.65
%7.51

CMYK Percentages of Color #ede726

%0
%3
%84
%7

Triadic Colors of #ede726

#ede726 #26ede7 #e726ed

Analogous Colors of #ede726

#ede726 #90ed26 #ed8426

Monochromatic Colors of #ede726

#ede726

Complementary Color

#ede726 #262ced

#ede726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede726 Color CSS Codes

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

#ede726 Text Font Color

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

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


#ede726 Background Color

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

This div background color is #ede726


#ede726 Border Color

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

This div border color is #ede726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede726


Comments

No comments written yet.

Please login to write comment.