Color Hex Logo

#eec00b Color Hex

#EEC00B
(238,192,11)
0 Favorites   0 Comments

Color spaces of #eec00b

RGB 23819211
HSL0.130.910.49
HSV48°95°93°
CMYK 0.000.190.95   0.07
XYZ54.169955.90068.2514
Yxy55.90060.45780.4724
Hunter Lab74.7667-1.515145.7933
CIE-Lab79.55722.665180.1183

#eec00b color RGB value is (238,192,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 00001011
Octal 356 300 13
Decimal 238 192 11
Hex EE C0 B

RGB Percentages of Color #eec00b

%53.97
%43.54
%2.49

CMYK Percentages of Color #eec00b

%0
%19
%95
%7

Triadic Colors of #eec00b

#eec00b #0beec0 #c00bee

Analogous Colors of #eec00b

#eec00b #abee0b #ee4e0b

Monochromatic Colors of #eec00b

#eec00b

Complementary Color

#eec00b #0b39ee

#eec00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec00b Color CSS Codes

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

#eec00b Text Font Color

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

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


#eec00b Background Color

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

This div background color is #eec00b


#eec00b Border Color

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

This div border color is #eec00b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,192,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 #eec00b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec00b


Comments

No comments written yet.

Please login to write comment.