color codes Logo

#edab0c color codes

#EDAB0C
(237,171,12)
0 Favorites   0 Comments

Color spaces of #edab0c

RGB 23717112
HSL0.120.900.49
HSV42°95°93°
CMYK 0.000.280.95   0.07
XYZ49.554347.15696.8382
Yxy47.15690.47860.4554
Hunter Lab68.67098.635242.1656
CIE-Lab74.290013.243376.1743

#edab0c color RGB value is (237,171,12).

#edab0c hex color red value is 237, green value is 171 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #edab0c hue: 0.12 , saturation: 0.90 and the lightness value of edab0c is 0.49.

The process color (four color CMYK) of #edab0c color code is 0.00, 0.28, 0.95, 0.07. Web safe color of #edab0c is #ff9900. Color #edab0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 00001100
Octal 355 253 14
Decimal 237 171 12
Hex ED AB C

RGB Percentages of Color #edab0c

%56.43
%40.71
%2.86

CMYK Percentages of Color #edab0c

%0
%28
%95
%7

Triadic Colors of #edab0c

#edab0c #0cedab #ab0ced

Analogous Colors of #edab0c

#edab0c #bfed0c #ed3b0c

Monochromatic Colors of #edab0c

#edab0c

Complementary Color

#edab0c #0c4eed

#edab0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab0c Color CSS Codes

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

#edab0c Text Font Color

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

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


#edab0c Background Color

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

This div background color is #edab0c


#edab0c Border Color

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

This div border color is #edab0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab0c


Comments

No comments written yet.

Please login to write comment.