Color Hex Logo

#eec60b Color Hex

#EEC60B
(238,198,11)
0 Favorites   0 Comments

Color spaces of #eec60b

RGB 23819811
HSL0.140.910.49
HSV49°95°93°
CMYK 0.000.170.95   0.07
XYZ55.514458.58958.6996
Yxy58.58950.45210.4771
Hunter Lab76.5438-4.492146.8420
CIE-Lab81.0654-0.434181.2132

#eec60b color RGB value is (238,198,11).

#eec60b hex color red value is 238, green value is 198 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eec60b hue: 0.14 , saturation: 0.91 and the lightness value of eec60b is 0.49.

The process color (four color CMYK) of #eec60b color hex is 0.00, 0.17, 0.95, 0.07. Web safe color of #eec60b is #ffcc00. Color #eec60b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 00001011
Octal 356 306 13
Decimal 238 198 11
Hex EE C6 B

RGB Percentages of Color #eec60b

%53.24
%44.30
%2.46

CMYK Percentages of Color #eec60b

%0
%17
%95
%7

Triadic Colors of #eec60b

#eec60b #0beec6 #c60bee

Analogous Colors of #eec60b

#eec60b #a5ee0b #ee540b

Monochromatic Colors of #eec60b

#eec60b

Complementary Color

#eec60b #0b33ee

#eec60b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec60b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec60b Color CSS Codes

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

#eec60b Text Font Color

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

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


#eec60b Background Color

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

This div background color is #eec60b


#eec60b Border Color

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

This div border color is #eec60b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec60b


Comments

No comments written yet.

Please login to write comment.