Color Hex Logo

#eec707 Color Hex

#EEC707
(238,199,7)
0 Favorites   0 Comments

Color spaces of #eec707

RGB 2381997
HSL0.140.940.48
HSV50°97°93°
CMYK 0.000.160.97   0.07
XYZ55.721759.03938.6599
Yxy59.03930.45150.4784
Hunter Lab76.8370-5.017847.1037
CIE-Lab81.3132-0.982581.7716

#eec707 color RGB value is (238,199,7).

#eec707 hex color red value is 238, green value is 199 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eec707 hue: 0.14 , saturation: 0.94 and the lightness value of eec707 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000111 00000111
Octal 356 307 7
Decimal 238 199 7
Hex EE C7 7

RGB Percentages of Color #eec707

%53.60
%44.82
%1.58

CMYK Percentages of Color #eec707

%0
%16
%97
%7

Triadic Colors of #eec707

#eec707 #07eec7 #c707ee

Analogous Colors of #eec707

#eec707 #a2ee07 #ee5407

Monochromatic Colors of #eec707

#eec707

Complementary Color

#eec707 #072eee

#eec707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec707 Color CSS Codes

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

#eec707 Text Font Color

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

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


#eec707 Background Color

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

This div background color is #eec707


#eec707 Border Color

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

This div border color is #eec707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec707


Comments

No comments written yet.

Please login to write comment.