Color Hex Logo

#ecc705 Color Hex

#ECC705
(236,199,5)
0 Favorites   0 Comments

Color spaces of #ecc705

RGB 2361995
HSL0.140.960.47
HSV50°98°93°
CMYK 0.000.160.98   0.07
XYZ55.042958.69078.5709
Yxy58.69070.45000.4799
Hunter Lab76.6099-5.818046.9937
CIE-Lab81.1213-1.861581.7364

#ecc705 color RGB value is (236,199,5).

#ecc705 hex color red value is 236, green value is 199 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ecc705 hue: 0.14 , saturation: 0.96 and the lightness value of ecc705 is 0.47.

The process color (four color CMYK) of #ecc705 color hex is 0.00, 0.16, 0.98, 0.07. Web safe color of #ecc705 is #ffcc00. Color #ecc705 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 00000101
Octal 354 307 5
Decimal 236 199 5
Hex EC C7 5

RGB Percentages of Color #ecc705

%53.64
%45.23
%1.14

CMYK Percentages of Color #ecc705

%0
%16
%98
%7

Triadic Colors of #ecc705

#ecc705 #05ecc7 #c705ec

Analogous Colors of #ecc705

#ecc705 #9eec05 #ec5305

Monochromatic Colors of #ecc705

#ecc705

Complementary Color

#ecc705 #052aec

#ecc705 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc705 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc705 Color CSS Codes

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

#ecc705 Text Font Color

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

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


#ecc705 Background Color

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

This div background color is #ecc705


#ecc705 Border Color

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

This div border color is #ecc705


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc705


Comments

No comments written yet.

Please login to write comment.