Color Hex Logo

#edb743 Color Hex

#EDB743
(237,183,67)
0 Favorites   0 Comments

Color spaces of #edb743

RGB 23718367
HSL0.110.830.60
HSV41°72°93°
CMYK 0.000.230.72   0.07
XYZ52.871752.276712.6140
Yxy52.27670.44900.4439
Hunter Lab72.30263.999540.2680
CIE-Lab77.44608.426763.6161

#edb743 color RGB value is (237,183,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01000011
Octal 355 267 103
Decimal 237 183 67
Hex ED B7 43

RGB Percentages of Color #edb743

%48.67
%37.58
%13.76

CMYK Percentages of Color #edb743

%0
%23
%72
%7

Triadic Colors of #edb743

#edb743 #43edb7 #b743ed

Analogous Colors of #edb743

#edb743 #ceed43 #ed6243

Monochromatic Colors of #edb743

#edb743

Complementary Color

#edb743 #4379ed

#edb743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb743 Color CSS Codes

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

#edb743 Text Font Color

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

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


#edb743 Background Color

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

This div background color is #edb743


#edb743 Border Color

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

This div border color is #edb743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb743


Comments

No comments written yet.

Please login to write comment.