Color Hex Logo

#ede864 Color Hex

#EDE864
(237,232,100)
0 Favorites   0 Comments

Color spaces of #ede864

RGB 237232100
HSL0.160.790.66
HSV58°58°93°
CMYK 0.000.020.58   0.07
XYZ66.081976.637923.3663
Yxy76.63790.39790.4614
Hunter Lab87.5431-18.459645.4549
CIE-Lab90.1547-14.616763.2851

#ede864 color RGB value is (237,232,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01100100
Octal 355 350 144
Decimal 237 232 100
Hex ED E8 64

RGB Percentages of Color #ede864

%41.65
%40.77
%17.57

CMYK Percentages of Color #ede864

%0
%2
%58
%7

Triadic Colors of #ede864

#ede864 #64ede8 #e864ed

Analogous Colors of #ede864

#ede864 #aeed64 #eda464

Monochromatic Colors of #ede864

#ede864

Complementary Color

#ede864 #6469ed

#ede864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede864 Color CSS Codes

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

#ede864 Text Font Color

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

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


#ede864 Background Color

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

This div background color is #ede864


#ede864 Border Color

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

This div border color is #ede864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede864


Comments

No comments written yet.

Please login to write comment.