Color Hex Logo

#edb946 Color Hex

#EDB946
(237,185,70)
0 Favorites   0 Comments

Color spaces of #edb946

RGB 23718570
HSL0.110.820.60
HSV41°70°93°
CMYK 0.000.220.70   0.07
XYZ53.379553.144613.2389
Yxy53.14460.44570.4437
Hunter Lab72.90033.126740.2630
CIE-Lab77.96037.522262.9187

#edb946 color RGB value is (237,185,70).

#edb946 hex color red value is 237, green value is 185 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #edb946 hue: 0.11 , saturation: 0.82 and the lightness value of edb946 is 0.60.

The process color (four color CMYK) of #edb946 color hex is 0.00, 0.22, 0.70, 0.07. Web safe color of #edb946 is #ffcc33. Color #edb946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01000110
Octal 355 271 106
Decimal 237 185 70
Hex ED B9 46

RGB Percentages of Color #edb946

%48.17
%37.60
%14.23

CMYK Percentages of Color #edb946

%0
%22
%70
%7

Triadic Colors of #edb946

#edb946 #46edb9 #b946ed

Analogous Colors of #edb946

#edb946 #ceed46 #ed6646

Monochromatic Colors of #edb946

#edb946

Complementary Color

#edb946 #467aed

#edb946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb946 Color CSS Codes

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

#edb946 Text Font Color

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

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


#edb946 Background Color

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

This div background color is #edb946


#edb946 Border Color

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

This div border color is #edb946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb946


Comments

No comments written yet.

Please login to write comment.