Color Hex Logo

#eebd76 Color Hex

#EEBD76
(238,189,118)
0 Favorites   0 Comments

Color spaces of #eebd76

RGB 238189118
HSL0.100.780.70
HSV36°50°93°
CMYK 0.000.210.50   0.07
XYZ56.727555.880324.9357
Yxy55.88030.41240.4063
Hunter Lab74.75314.639432.5496
CIE-Lab79.54569.139142.3708

#eebd76 color RGB value is (238,189,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 01110110
Octal 356 275 166
Decimal 238 189 118
Hex EE BD 76

RGB Percentages of Color #eebd76

%43.67
%34.68
%21.65

CMYK Percentages of Color #eebd76

%0
%21
%50
%7

Triadic Colors of #eebd76

#eebd76 #76eebd #bd76ee

Analogous Colors of #eebd76

#eebd76 #e3ee76 #ee8176

Monochromatic Colors of #eebd76

#eebd76

Complementary Color

#eebd76 #76a7ee

#eebd76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd76 Color CSS Codes

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

#eebd76 Text Font Color

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

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


#eebd76 Background Color

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

This div background color is #eebd76


#eebd76 Border Color

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

This div border color is #eebd76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd76


Comments

No comments written yet.

Please login to write comment.