Color Hex Logo

#ede26d Color Hex

#EDE26D
(237,226,109)
0 Favorites   0 Comments

Color spaces of #ede26d

RGB 237226109
HSL0.150.780.68
HSV55°54°93°
CMYK 0.000.050.54   0.07
XYZ64.881773.501425.2355
Yxy73.50140.39650.4492
Hunter Lab85.7330-14.946042.5611
CIE-Lab88.6863-10.985557.6421

#ede26d color RGB value is (237,226,109).

#ede26d hex color red value is 237, green value is 226 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ede26d hue: 0.15 , saturation: 0.78 and the lightness value of ede26d is 0.68.

The process color (four color CMYK) of #ede26d color hex is 0.00, 0.05, 0.54, 0.07. Web safe color of #ede26d is #ffcc66. Color #ede26d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01101101
Octal 355 342 155
Decimal 237 226 109
Hex ED E2 6D

RGB Percentages of Color #ede26d

%41.43
%39.51
%19.06

CMYK Percentages of Color #ede26d

%0
%5
%54
%7

Triadic Colors of #ede26d

#ede26d #6dede2 #e26ded

Analogous Colors of #ede26d

#ede26d #b8ed6d #eda26d

Monochromatic Colors of #ede26d

#ede26d

Complementary Color

#ede26d #6d78ed

#ede26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede26d Color CSS Codes

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

#ede26d Text Font Color

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

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


#ede26d Background Color

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

This div background color is #ede26d


#ede26d Border Color

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

This div border color is #ede26d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede26d


Comments

No comments written yet.

Please login to write comment.