Color Hex Logo

#eec650 Color Hex

#EEC650
(238,198,80)
0 Favorites   0 Comments

Color spaces of #eec650

RGB 23819880
HSL0.120.820.62
HSV45°66°93°
CMYK 0.000.170.66   0.07
XYZ56.901959.144516.0064
Yxy59.14450.43090.4479
Hunter Lab76.9055-2.513541.4937
CIE-Lab81.37101.702462.3270

#eec650 color RGB value is (238,198,80).

#eec650 hex color red value is 238, green value is 198 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eec650 hue: 0.12 , saturation: 0.82 and the lightness value of eec650 is 0.62.

The process color (four color CMYK) of #eec650 color hex is 0.00, 0.17, 0.66, 0.07. Web safe color of #eec650 is #ffcc66. Color #eec650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 01010000
Octal 356 306 120
Decimal 238 198 80
Hex EE C6 50

RGB Percentages of Color #eec650

%46.12
%38.37
%15.50

CMYK Percentages of Color #eec650

%0
%17
%66
%7

Triadic Colors of #eec650

#eec650 #50eec6 #c650ee

Analogous Colors of #eec650

#eec650 #c7ee50 #ee7750

Monochromatic Colors of #eec650

#eec650

Complementary Color

#eec650 #5078ee

#eec650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec650 Color CSS Codes

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

#eec650 Text Font Color

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

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


#eec650 Background Color

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

This div background color is #eec650


#eec650 Border Color

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

This div border color is #eec650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec650


Comments

No comments written yet.

Please login to write comment.