Color Hex Logo

#edb240 Color Hex

#EDB240
(237,178,64)
0 Favorites   0 Comments

Color spaces of #edb240

RGB 23717864
HSL0.110.830.59
HSV40°73°93°
CMYK 0.000.250.73   0.07
XYZ51.770950.215511.8144
Yxy50.21550.45490.4413
Hunter Lab70.86296.398239.7191
CIE-Lab76.201310.917863.5754

#edb240 color RGB value is (237,178,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01000000
Octal 355 262 100
Decimal 237 178 64
Hex ED B2 40

RGB Percentages of Color #edb240

%49.48
%37.16
%13.36

CMYK Percentages of Color #edb240

%0
%25
%73
%7

Triadic Colors of #edb240

#edb240 #40edb2 #b240ed

Analogous Colors of #edb240

#edb240 #d2ed40 #ed5b40

Monochromatic Colors of #edb240

#edb240

Complementary Color

#edb240 #407bed

#edb240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb240 Color CSS Codes

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

#edb240 Text Font Color

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

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


#edb240 Background Color

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

This div background color is #edb240


#edb240 Border Color

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

This div border color is #edb240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb240


Comments

No comments written yet.

Please login to write comment.