Color Hex Logo

#edb343 Color Hex

#EDB343
(237,179,67)
0 Favorites   0 Comments

Color spaces of #edb343

RGB 23717967
HSL0.110.830.60
HSV40°72°93°
CMYK 0.000.240.72   0.07
XYZ52.058350.650012.3428
Yxy50.65000.45250.4402
Hunter Lab71.16886.023139.5355
CIE-Lab76.466510.529062.6311

#edb343 color RGB value is (237,179,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01000011
Octal 355 263 103
Decimal 237 179 67
Hex ED B3 43

RGB Percentages of Color #edb343

%49.07
%37.06
%13.87

CMYK Percentages of Color #edb343

%0
%24
%72
%7

Triadic Colors of #edb343

#edb343 #43edb3 #b343ed

Analogous Colors of #edb343

#edb343 #d2ed43 #ed5e43

Monochromatic Colors of #edb343

#edb343

Complementary Color

#edb343 #437ded

#edb343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb343 Color CSS Codes

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

#edb343 Text Font Color

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

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


#edb343 Background Color

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

This div background color is #edb343


#edb343 Border Color

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

This div border color is #edb343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb343


Comments

No comments written yet.

Please login to write comment.