Color Hex Logo

#ede860 Color Hex

#EDE860
(237,232,96)
0 Favorites   0 Comments

Color spaces of #ede860

RGB 23723296
HSL0.160.800.65
HSV58°59°93°
CMYK 0.000.020.59   0.07
XYZ65.893076.562322.3714
Yxy76.56230.39980.4645
Hunter Lab87.4999-18.702946.0910
CIE-Lab90.1198-14.888764.9491

#ede860 color RGB value is (237,232,96).

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

The process color (four color CMYK) of #ede860 color hex is 0.00, 0.02, 0.59, 0.07. Web safe color of #ede860 is #ffff66. Color #ede860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01100000
Octal 355 350 140
Decimal 237 232 96
Hex ED E8 60

RGB Percentages of Color #ede860

%41.95
%41.06
%16.99

CMYK Percentages of Color #ede860

%0
%2
%59
%7

Triadic Colors of #ede860

#ede860 #60ede8 #e860ed

Analogous Colors of #ede860

#ede860 #aced60 #eda260

Monochromatic Colors of #ede860

#ede860

Complementary Color

#ede860 #6065ed

#ede860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede860 Color CSS Codes

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

#ede860 Text Font Color

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

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


#ede860 Background Color

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

This div background color is #ede860


#ede860 Border Color

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

This div border color is #ede860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede860


Comments

No comments written yet.

Please login to write comment.