Color Hex Logo

#ede260 Color Hex

#EDE260
(237,226,96)
0 Favorites   0 Comments

Color spaces of #ede260

RGB 23722696
HSL0.150.800.65
HSV55°59°93°
CMYK 0.000.050.59   0.07
XYZ64.232773.241821.8180
Yxy73.24180.40320.4598
Hunter Lab85.5814-15.795244.7917
CIE-Lab88.5629-11.926563.2461

#ede260 color RGB value is (237,226,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01100000
Octal 355 342 140
Decimal 237 226 96
Hex ED E2 60

RGB Percentages of Color #ede260

%42.40
%40.43
%17.17

CMYK Percentages of Color #ede260

%0
%5
%59
%7

Triadic Colors of #ede260

#ede260 #60ede2 #e260ed

Analogous Colors of #ede260

#ede260 #b2ed60 #ed9c60

Monochromatic Colors of #ede260

#ede260

Complementary Color

#ede260 #606bed

#ede260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede260 Color CSS Codes

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

#ede260 Text Font Color

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

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


#ede260 Background Color

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

This div background color is #ede260


#ede260 Border Color

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

This div border color is #ede260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede260


Comments

No comments written yet.

Please login to write comment.