Color Hex Logo

#edb609 Color Hex

#EDB609
(237,182,9)
0 Favorites   0 Comments

Color spaces of #edb609

RGB 2371829
HSL0.130.930.48
HSV46°96°93°
CMYK 0.000.230.96   0.07
XYZ51.702351.48017.4701
Yxy51.48010.46720.4652
Hunter Lab71.74963.064044.0519
CIE-Lab76.96897.428878.4161

#edb609 color RGB value is (237,182,9).

#edb609 hex color red value is 237, green value is 182 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #edb609 hue: 0.13 , saturation: 0.93 and the lightness value of edb609 is 0.48.

The process color (four color CMYK) of #edb609 color hex is 0.00, 0.23, 0.96, 0.07. Web safe color of #edb609 is #ffcc00. Color #edb609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 00001001
Octal 355 266 11
Decimal 237 182 9
Hex ED B6 9

RGB Percentages of Color #edb609

%55.37
%42.52
%2.10

CMYK Percentages of Color #edb609

%0
%23
%96
%7

Triadic Colors of #edb609

#edb609 #09edb6 #b609ed

Analogous Colors of #edb609

#edb609 #b2ed09 #ed4409

Monochromatic Colors of #edb609

#edb609

Complementary Color

#edb609 #0940ed

#edb609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb609 Color CSS Codes

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

#edb609 Text Font Color

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

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


#edb609 Background Color

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

This div background color is #edb609


#edb609 Border Color

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

This div border color is #edb609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb609


Comments

No comments written yet.

Please login to write comment.