Color Hex Logo

#edb017 Color Hex

#EDB017
(237,176,23)
0 Favorites   0 Comments

Color spaces of #edb017

RGB 23717623
HSL0.120.860.51
HSV43°90°93°
CMYK 0.000.260.90   0.07
XYZ50.605049.11717.6240
Yxy49.11710.47140.4576
Hunter Lab70.08366.242542.6087
CIE-Lab75.524110.748275.3666

#edb017 color RGB value is (237,176,23).

#edb017 hex color red value is 237, green value is 176 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #edb017 hue: 0.12 , saturation: 0.86 and the lightness value of edb017 is 0.51.

The process color (four color CMYK) of #edb017 color hex is 0.00, 0.26, 0.90, 0.07. Web safe color of #edb017 is #ff9900. Color #edb017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00010111
Octal 355 260 27
Decimal 237 176 23
Hex ED B0 17

RGB Percentages of Color #edb017

%54.36
%40.37
%5.28

CMYK Percentages of Color #edb017

%0
%26
%90
%7

Triadic Colors of #edb017

#edb017 #17edb0 #b017ed

Analogous Colors of #edb017

#edb017 #bfed17 #ed4517

Monochromatic Colors of #edb017

#edb017

Complementary Color

#edb017 #1754ed

#edb017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb017 Color CSS Codes

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

#edb017 Text Font Color

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

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


#edb017 Background Color

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

This div background color is #edb017


#edb017 Border Color

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

This div border color is #edb017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb017


Comments

No comments written yet.

Please login to write comment.