Color Hex Logo

#edb725 Color Hex

#EDB725
(237,183,37)
0 Favorites   0 Comments

Color spaces of #edb725

RGB 23718337
HSL0.120.850.54
HSV44°84°93°
CMYK 0.000.230.84   0.07
XYZ52.192552.00519.0374
Yxy52.00510.46090.4593
Hunter Lab72.11462.987943.0500
CIE-Lab77.28397.357173.5925

#edb725 color RGB value is (237,183,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 00100101
Octal 355 267 45
Decimal 237 183 37
Hex ED B7 25

RGB Percentages of Color #edb725

%51.86
%40.04
%8.10

CMYK Percentages of Color #edb725

%0
%23
%84
%7

Triadic Colors of #edb725

#edb725 #25edb7 #b725ed

Analogous Colors of #edb725

#edb725 #bfed25 #ed5325

Monochromatic Colors of #edb725

#edb725

Complementary Color

#edb725 #255bed

#edb725 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb725 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb725 Color CSS Codes

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

#edb725 Text Font Color

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

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


#edb725 Background Color

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

This div background color is #edb725


#edb725 Border Color

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

This div border color is #edb725


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb725


Comments

No comments written yet.

Please login to write comment.