Color Hex Logo

#ecd042 Color Hex

#ECD042
(236,208,66)
0 Favorites   0 Comments

Color spaces of #ecd042

RGB 23620866
HSL0.140.820.59
HSV50°72°93°
CMYK 0.000.120.72   0.07
XYZ58.131363.338014.3159
Yxy63.33800.42810.4665
Hunter Lab79.5852-8.892545.0444
CIE-Lab83.6199-4.978070.0596

#ecd042 color RGB value is (236,208,66).

#ecd042 hex color red value is 236, green value is 208 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ecd042 hue: 0.14 , saturation: 0.82 and the lightness value of ecd042 is 0.59.

The process color (four color CMYK) of #ecd042 color hex is 0.00, 0.12, 0.72, 0.07. Web safe color of #ecd042 is #ffcc33. Color #ecd042 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010000 01000010
Octal 354 320 102
Decimal 236 208 66
Hex EC D0 42

RGB Percentages of Color #ecd042

%46.27
%40.78
%12.94

CMYK Percentages of Color #ecd042

%0
%12
%72
%7

Triadic Colors of #ecd042

#ecd042 #42ecd0 #d042ec

Analogous Colors of #ecd042

#ecd042 #b3ec42 #ec7b42

Monochromatic Colors of #ecd042

#ecd042

Complementary Color

#ecd042 #425eec

#ecd042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd042 Color CSS Codes

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

#ecd042 Text Font Color

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

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


#ecd042 Background Color

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

This div background color is #ecd042


#ecd042 Border Color

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

This div border color is #ecd042


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,208,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd042


Comments

No comments written yet.

Please login to write comment.