Color Hex Logo

#edb938 Color Hex

#EDB938
(237,185,56)
0 Favorites   0 Comments

Color spaces of #edb938

RGB 23718556
HSL0.120.830.57
HSV43°76°93°
CMYK 0.000.220.76   0.07
XYZ52.987852.988011.1763
Yxy52.98800.45230.4523
Hunter Lab72.79292.547341.8519
CIE-Lab77.86796.908968.1981

#edb938 color RGB value is (237,185,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00111000
Octal 355 271 70
Decimal 237 185 56
Hex ED B9 38

RGB Percentages of Color #edb938

%49.58
%38.70
%11.72

CMYK Percentages of Color #edb938

%0
%22
%76
%7

Triadic Colors of #edb938

#edb938 #38edb9 #b938ed

Analogous Colors of #edb938

#edb938 #c7ed38 #ed5f38

Monochromatic Colors of #edb938

#edb938

Complementary Color

#edb938 #386ced

#edb938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb938 Color CSS Codes

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

#edb938 Text Font Color

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

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


#edb938 Background Color

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

This div background color is #edb938


#edb938 Border Color

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

This div border color is #edb938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb938


Comments

No comments written yet.

Please login to write comment.