Color Hex Logo

#edb01c Color Hex

#EDB01C
(237,176,28)
0 Favorites   0 Comments

Color spaces of #edb01c

RGB 23717628
HSL0.120.850.52
HSV42°88°93°
CMYK 0.000.260.88   0.07
XYZ50.660049.13907.9133
Yxy49.13900.47030.4562
Hunter Lab70.09926.326542.3764
CIE-Lab75.537710.836474.3603

#edb01c color RGB value is (237,176,28).

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

The process color (four color CMYK) of #edb01c color hex is 0.00, 0.26, 0.88, 0.07. Web safe color of #edb01c is #ff9933. Color #edb01c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00011100
Octal 355 260 34
Decimal 237 176 28
Hex ED B0 1C

RGB Percentages of Color #edb01c

%53.74
%39.91
%6.35

CMYK Percentages of Color #edb01c

%0
%26
%88
%7

Triadic Colors of #edb01c

#edb01c #1cedb0 #b01ced

Analogous Colors of #edb01c

#edb01c #c2ed1c #ed471c

Monochromatic Colors of #edb01c

#edb01c

Complementary Color

#edb01c #1c59ed

#edb01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb01c Color CSS Codes

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

#edb01c Text Font Color

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

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


#edb01c Background Color

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

This div background color is #edb01c


#edb01c Border Color

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

This div border color is #edb01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb01c


Comments

No comments written yet.

Please login to write comment.