Color Hex Logo

#edb943 Color Hex

#EDB943
(237,185,67)
0 Favorites   0 Comments

Color spaces of #edb943

RGB 23718567
HSL0.120.830.60
HSV42°72°93°
CMYK 0.000.220.72   0.07
XYZ53.287153.107712.7525
Yxy53.10770.44720.4457
Hunter Lab72.87502.990040.6373
CIE-Lab77.93857.377864.1098

#edb943 color RGB value is (237,185,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01000011
Octal 355 271 103
Decimal 237 185 67
Hex ED B9 43

RGB Percentages of Color #edb943

%48.47
%37.83
%13.70

CMYK Percentages of Color #edb943

%0
%22
%72
%7

Triadic Colors of #edb943

#edb943 #43edb9 #b943ed

Analogous Colors of #edb943

#edb943 #cced43 #ed6443

Monochromatic Colors of #edb943

#edb943

Complementary Color

#edb943 #4377ed

#edb943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb943 Color CSS Codes

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

#edb943 Text Font Color

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

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


#edb943 Background Color

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

This div background color is #edb943


#edb943 Border Color

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

This div border color is #edb943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb943


Comments

No comments written yet.

Please login to write comment.