Color Hex Logo

#eebb60 Color Hex

#EEBB60
(238,187,96)
0 Favorites   0 Comments

Color spaces of #eebb60

RGB 23818796
HSL0.110.810.65
HSV38°60°93°
CMYK 0.000.210.60   0.07
XYZ55.141554.562318.6916
Yxy54.56230.42950.4250
Hunter Lab73.86633.985036.7033
CIE-Lab78.78858.442452.2743

#eebb60 color RGB value is (238,187,96).

#eebb60 hex color red value is 238, green value is 187 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #eebb60 hue: 0.11 , saturation: 0.81 and the lightness value of eebb60 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111011 01100000
Octal 356 273 140
Decimal 238 187 96
Hex EE BB 60

RGB Percentages of Color #eebb60

%45.68
%35.89
%18.43

CMYK Percentages of Color #eebb60

%0
%21
%60
%7

Triadic Colors of #eebb60

#eebb60 #60eebb #bb60ee

Analogous Colors of #eebb60

#eebb60 #daee60 #ee7460

Monochromatic Colors of #eebb60

#eebb60

Complementary Color

#eebb60 #6093ee

#eebb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebb60 Color CSS Codes

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

#eebb60 Text Font Color

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

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


#eebb60 Background Color

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

This div background color is #eebb60


#eebb60 Border Color

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

This div border color is #eebb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebb60


Comments

No comments written yet.

Please login to write comment.