Color Hex Logo

#edb612 Color Hex

#EDB612
(237,182,18)
0 Favorites   0 Comments

Color spaces of #edb612

RGB 23718218
HSL0.120.860.50
HSV45°92°93°
CMYK 0.000.230.92   0.07
XYZ51.762251.50417.7854
Yxy51.50410.46610.4638
Hunter Lab71.76643.153843.8045
CIE-Lab76.98347.524177.3049

#edb612 color RGB value is (237,182,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 00010010
Octal 355 266 22
Decimal 237 182 18
Hex ED B6 12

RGB Percentages of Color #edb612

%54.23
%41.65
%4.12

CMYK Percentages of Color #edb612

%0
%23
%92
%7

Triadic Colors of #edb612

#edb612 #12edb6 #b612ed

Analogous Colors of #edb612

#edb612 #b7ed12 #ed4912

Monochromatic Colors of #edb612

#edb612

Complementary Color

#edb612 #1249ed

#edb612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb612 Color CSS Codes

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

#edb612 Text Font Color

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

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


#edb612 Background Color

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

This div background color is #edb612


#edb612 Border Color

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

This div border color is #edb612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb612


Comments

No comments written yet.

Please login to write comment.