Color Hex Logo

#ede26c Color Hex

#EDE26C
(237,226,108)
0 Favorites   0 Comments

Color spaces of #ede26c

RGB 237226108
HSL0.150.780.68
HSV55°54°93°
CMYK 0.000.050.54   0.07
XYZ64.828273.479924.9536
Yxy73.47990.39710.4501
Hunter Lab85.7204-15.015742.7447
CIE-Lab88.6761-11.062558.0836

#ede26c color RGB value is (237,226,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01101100
Octal 355 342 154
Decimal 237 226 108
Hex ED E2 6C

RGB Percentages of Color #ede26c

%41.51
%39.58
%18.91

CMYK Percentages of Color #ede26c

%0
%5
%54
%7

Triadic Colors of #ede26c

#ede26c #6cede2 #e26ced

Analogous Colors of #ede26c

#ede26c #b8ed6c #eda26c

Monochromatic Colors of #ede26c

#ede26c

Complementary Color

#ede26c #6c77ed

#ede26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede26c Color CSS Codes

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

#ede26c Text Font Color

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

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


#ede26c Background Color

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

This div background color is #ede26c


#ede26c Border Color

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

This div border color is #ede26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede26c


Comments

No comments written yet.

Please login to write comment.