Color Hex Logo

#eebb66 Color Hex

#EEBB66
(238,187,102)
1 Favorites   0 Comments

Color spaces of #eebb66

RGB 238187102
HSL0.100.800.67
HSV38°57°93°
CMYK 0.000.210.57   0.07
XYZ55.428554.677120.2027
Yxy54.67710.42540.4196
Hunter Lab73.94404.401935.5618
CIE-Lab78.85498.878349.4708

#eebb66 color RGB value is (238,187,102).

#eebb66 hex color red value is 238, green value is 187 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #eebb66 hue: 0.10 , saturation: 0.80 and the lightness value of eebb66 is 0.67.

The process color (four color CMYK) of #eebb66 color hex is 0.00, 0.21, 0.57, 0.07. Web safe color of #eebb66 is #ffcc66. Color #eebb66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 01100110
Octal 356 273 146
Decimal 238 187 102
Hex EE BB 66

RGB Percentages of Color #eebb66

%45.16
%35.48
%19.35

CMYK Percentages of Color #eebb66

%0
%21
%57
%7

Triadic Colors of #eebb66

#eebb66 #66eebb #bb66ee

Analogous Colors of #eebb66

#eebb66 #ddee66 #ee7766

Monochromatic Colors of #eebb66

#eebb66

Complementary Color

#eebb66 #6699ee

#eebb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebb66 Color CSS Codes

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

#eebb66 Text Font Color

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

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


#eebb66 Background Color

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

This div background color is #eebb66


#eebb66 Border Color

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

This div border color is #eebb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebb66


Comments

No comments written yet.

Please login to write comment.