Color Hex Logo

#ecd812 Color Hex

#ECD812
(236,216,18)
0 Favorites   0 Comments

Color spaces of #ecd812

RGB 23621618
HSL0.150.860.50
HSV54°92°93°
CMYK 0.000.080.92   0.07
XYZ59.257166.988310.3791
Yxy66.98830.43370.4903
Hunter Lab81.8464-13.996549.7738
CIE-Lab85.4980-10.351183.6351

#ecd812 color RGB value is (236,216,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 00010010
Octal 354 330 22
Decimal 236 216 18
Hex EC D8 12

RGB Percentages of Color #ecd812

%50.21
%45.96
%3.83

CMYK Percentages of Color #ecd812

%0
%8
%92
%7

Triadic Colors of #ecd812

#ecd812 #12ecd8 #d812ec

Analogous Colors of #ecd812

#ecd812 #93ec12 #ec6b12

Monochromatic Colors of #ecd812

#ecd812

Complementary Color

#ecd812 #1226ec

#ecd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd812 Color CSS Codes

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

#ecd812 Text Font Color

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

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


#ecd812 Background Color

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

This div background color is #ecd812


#ecd812 Border Color

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

This div border color is #ecd812


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,216,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 #ecd812">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd812


Comments

No comments written yet.

Please login to write comment.