Color Hex Logo

#edb964 Color Hex

#EDB964
(237,185,100)
0 Favorites   0 Comments

Color spaces of #edb964

RGB 237185100
HSL0.100.790.66
HSV37°58°93°
CMYK 0.000.220.58   0.07
XYZ54.574353.622519.5304
Yxy53.62250.42730.4198
Hunter Lab73.22744.883135.4460
CIE-Lab78.24119.367049.6921

#edb964 color RGB value is (237,185,100).

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

The process color (four color CMYK) of #edb964 color hex is 0.00, 0.22, 0.58, 0.07. Web safe color of #edb964 is #ffcc66. Color #edb964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01100100
Octal 355 271 144
Decimal 237 185 100
Hex ED B9 64

RGB Percentages of Color #edb964

%45.40
%35.44
%19.16

CMYK Percentages of Color #edb964

%0
%22
%58
%7

Triadic Colors of #edb964

#edb964 #64edb9 #b964ed

Analogous Colors of #edb964

#edb964 #dded64 #ed7564

Monochromatic Colors of #edb964

#edb964

Complementary Color

#edb964 #6498ed

#edb964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb964 Color CSS Codes

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

#edb964 Text Font Color

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

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


#edb964 Background Color

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

This div background color is #edb964


#edb964 Border Color

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

This div border color is #edb964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb964


Comments

No comments written yet.

Please login to write comment.