Color Hex Logo

#edb966 Color Hex

#EDB966
(237,185,102)
0 Favorites   0 Comments

Color spaces of #edb966

RGB 237185102
HSL0.100.790.66
HSV37°57°93°
CMYK 0.000.220.57   0.07
XYZ54.672353.661820.0466
Yxy53.66180.42590.4180
Hunter Lab73.25425.026235.0528
CIE-Lab78.26419.516448.7467

#edb966 color RGB value is (237,185,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01100110
Octal 355 271 146
Decimal 237 185 102
Hex ED B9 66

RGB Percentages of Color #edb966

%45.23
%35.31
%19.47

CMYK Percentages of Color #edb966

%0
%22
%57
%7

Triadic Colors of #edb966

#edb966 #66edb9 #b966ed

Analogous Colors of #edb966

#edb966 #deed66 #ed7666

Monochromatic Colors of #edb966

#edb966

Complementary Color

#edb966 #669aed

#edb966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb966 Color CSS Codes

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

#edb966 Text Font Color

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

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


#edb966 Background Color

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

This div background color is #edb966


#edb966 Border Color

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

This div border color is #edb966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb966


Comments

No comments written yet.

Please login to write comment.