Color Hex Logo

#edb131 Color Hex

#EDB131
(237,177,49)
0 Favorites   0 Comments

Color spaces of #edb131

RGB 23717749
HSL0.110.840.56
HSV41°79°93°
CMYK 0.000.250.79   0.07
XYZ51.201649.67069.7945
Yxy49.67060.46270.4488
Hunter Lab70.47746.344341.0944
CIE-Lab75.866610.858268.7778

#edb131 color RGB value is (237,177,49).

#edb131 hex color red value is 237, green value is 177 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #edb131 hue: 0.11 , saturation: 0.84 and the lightness value of edb131 is 0.56.

The process color (four color CMYK) of #edb131 color hex is 0.00, 0.25, 0.79, 0.07. Web safe color of #edb131 is #ff9933. Color #edb131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 00110001
Octal 355 261 61
Decimal 237 177 49
Hex ED B1 31

RGB Percentages of Color #edb131

%51.19
%38.23
%10.58

CMYK Percentages of Color #edb131

%0
%25
%79
%7

Triadic Colors of #edb131

#edb131 #31edb1 #b131ed

Analogous Colors of #edb131

#edb131 #cbed31 #ed5331

Monochromatic Colors of #edb131

#edb131

Complementary Color

#edb131 #316ded

#edb131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb131 Color CSS Codes

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

#edb131 Text Font Color

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

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


#edb131 Background Color

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

This div background color is #edb131


#edb131 Border Color

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

This div border color is #edb131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb131


Comments

No comments written yet.

Please login to write comment.