Color Hex Logo

#edb704 Color Hex

#EDB704
(237,183,4)
0 Favorites   0 Comments

Color spaces of #edb704

RGB 2371834
HSL0.130.970.47
HSV46°98°93°
CMYK 0.000.230.98   0.07
XYZ51.880551.88037.3944
Yxy51.88030.46670.4667
Hunter Lab72.02802.521544.3329
CIE-Lab77.20926.861579.1079

#edb704 color RGB value is (237,183,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 00000100
Octal 355 267 4
Decimal 237 183 4
Hex ED B7 4

RGB Percentages of Color #edb704

%55.90
%43.16
%0.94

CMYK Percentages of Color #edb704

%0
%23
%98
%7

Triadic Colors of #edb704

#edb704 #04edb7 #b704ed

Analogous Colors of #edb704

#edb704 #afed04 #ed4204

Monochromatic Colors of #edb704

#edb704

Complementary Color

#edb704 #043aed

#edb704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb704 Color CSS Codes

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

#edb704 Text Font Color

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

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


#edb704 Background Color

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

This div background color is #edb704


#edb704 Border Color

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

This div border color is #edb704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb704


Comments

No comments written yet.

Please login to write comment.