Color Hex Logo

#edb801 Color Hex

#EDB801
(237,184,1)
0 Favorites   0 Comments

Color spaces of #edb801

RGB 2371841
HSL0.130.990.47
HSV47°100°93°
CMYK 0.000.221.00   0.07
XYZ52.071052.28777.3768
Yxy52.28770.46600.4680
Hunter Lab72.31021.995944.5686
CIE-Lab77.45266.312179.5922

#edb801 color RGB value is (237,184,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 00000001
Octal 355 270 1
Decimal 237 184 1
Hex ED B8 1

RGB Percentages of Color #edb801

%56.16
%43.60
%0.24

CMYK Percentages of Color #edb801

%0
%22
%100
%7

Triadic Colors of #edb801

#edb801 #01edb8 #b801ed

Analogous Colors of #edb801

#edb801 #aced01 #ed4201

Monochromatic Colors of #edb801

#edb801

Complementary Color

#edb801 #0136ed

#edb801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb801 Color CSS Codes

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

#edb801 Text Font Color

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

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


#edb801 Background Color

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

This div background color is #edb801


#edb801 Border Color

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

This div border color is #edb801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb801


Comments

No comments written yet.

Please login to write comment.