Color Hex Logo

#eebc76 Color Hex

#EEBC76
(238,188,118)
1 Favorites   0 Comments

Color spaces of #eebc76

RGB 238188118
HSL0.100.780.70
HSV35°50°93°
CMYK 0.000.210.50   0.07
XYZ56.513155.451624.8642
Yxy55.45160.41300.4053
Hunter Lab74.46585.150832.3291
CIE-Lab79.30079.664042.0655

#eebc76 color RGB value is (238,188,118).

#eebc76 hex color red value is 238, green value is 188 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #eebc76 hue: 0.10 , saturation: 0.78 and the lightness value of eebc76 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 01110110
Octal 356 274 166
Decimal 238 188 118
Hex EE BC 76

RGB Percentages of Color #eebc76

%43.75
%34.56
%21.69

CMYK Percentages of Color #eebc76

%0
%21
%50
%7

Triadic Colors of #eebc76

#eebc76 #76eebc #bc76ee

Analogous Colors of #eebc76

#eebc76 #e4ee76 #ee8076

Monochromatic Colors of #eebc76

#eebc76

Complementary Color

#eebc76 #76a8ee

#eebc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebc76 Color CSS Codes

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

#eebc76 Text Font Color

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

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


#eebc76 Background Color

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

This div background color is #eebc76


#eebc76 Border Color

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

This div border color is #eebc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebc76


Comments

No comments written yet.

Please login to write comment.