Color Hex Logo

#edb225 Color Hex

#EDB225
(237,178,37)
0 Favorites   0 Comments

Color spaces of #edb225

RGB 23717837
HSL0.120.850.54
HSV42°84°93°
CMYK 0.000.250.84   0.07
XYZ51.179449.97898.6997
Yxy49.97890.46590.4549
Hunter Lab70.69585.505542.1909
CIE-Lab76.05639.981872.5765

#edb225 color RGB value is (237,178,37).

#edb225 hex color red value is 237, green value is 178 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #edb225 hue: 0.12 , saturation: 0.85 and the lightness value of edb225 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 00100101
Octal 355 262 45
Decimal 237 178 37
Hex ED B2 25

RGB Percentages of Color #edb225

%52.43
%39.38
%8.19

CMYK Percentages of Color #edb225

%0
%25
%84
%7

Triadic Colors of #edb225

#edb225 #25edb2 #b225ed

Analogous Colors of #edb225

#edb225 #c4ed25 #ed4e25

Monochromatic Colors of #edb225

#edb225

Complementary Color

#edb225 #2560ed

#edb225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb225 Color CSS Codes

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

#edb225 Text Font Color

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

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


#edb225 Background Color

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

This div background color is #edb225


#edb225 Border Color

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

This div border color is #edb225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb225


Comments

No comments written yet.

Please login to write comment.