Color Hex Logo

#edb908 Color Hex

#EDB908
(237,185,8)
0 Favorites   0 Comments

Color spaces of #edb908

RGB 2371858
HSL0.130.930.48
HSV46°97°93°
CMYK 0.000.220.97   0.07
XYZ52.317852.72007.6483
Yxy52.72000.46430.4678
Hunter Lab72.60851.552544.5806
CIE-Lab77.70945.850479.0468

#edb908 color RGB value is (237,185,8).

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

The process color (four color CMYK) of #edb908 color hex is 0.00, 0.22, 0.97, 0.07. Web safe color of #edb908 is #ffcc00. Color #edb908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00001000
Octal 355 271 10
Decimal 237 185 8
Hex ED B9 8

RGB Percentages of Color #edb908

%55.12
%43.02
%1.86

CMYK Percentages of Color #edb908

%0
%22
%97
%7

Triadic Colors of #edb908

#edb908 #08edb9 #b908ed

Analogous Colors of #edb908

#edb908 #afed08 #ed4708

Monochromatic Colors of #edb908

#edb908

Complementary Color

#edb908 #083ced

#edb908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb908 Color CSS Codes

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

#edb908 Text Font Color

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

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


#edb908 Background Color

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

This div background color is #edb908


#edb908 Border Color

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

This div border color is #edb908


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb908

#edb908 Color Palettes


Comments

No comments written yet.

Please login to write comment.