Color Hex Logo

#edb903 Color Hex

#EDB903
(237,185,3)
0 Favorites   0 Comments

Color spaces of #edb903

RGB 2371853
HSL0.130.980.47
HSV47°99°93°
CMYK 0.000.220.99   0.07
XYZ52.290452.70907.5040
Yxy52.70900.46480.4685
Hunter Lab72.60101.511844.6925
CIE-Lab77.70295.806979.5579

#edb903 color RGB value is (237,185,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 00000011
Octal 355 271 3
Decimal 237 185 3
Hex ED B9 3

RGB Percentages of Color #edb903

%55.76
%43.53
%0.71

CMYK Percentages of Color #edb903

%0
%22
%99
%7

Triadic Colors of #edb903

#edb903 #03edb9 #b903ed

Analogous Colors of #edb903

#edb903 #aced03 #ed4403

Monochromatic Colors of #edb903

#edb903

Complementary Color

#edb903 #0337ed

#edb903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb903 Color CSS Codes

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

#edb903 Text Font Color

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

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


#edb903 Background Color

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

This div background color is #edb903


#edb903 Border Color

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

This div border color is #edb903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb903


Comments

No comments written yet.

Please login to write comment.