Color Hex Logo

#eeb869 Color Hex

#EEB869
(238,184,105)
0 Favorites   0 Comments

Color spaces of #eeb869

RGB 238184105
HSL0.100.800.67
HSV36°56°93°
CMYK 0.000.230.56   0.07
XYZ54.950253.478020.7907
Yxy53.47800.42520.4139
Hunter Lab73.12876.153034.3337
CIE-Lab78.156410.684247.1703

#eeb869 color RGB value is (238,184,105).

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

The process color (four color CMYK) of #eeb869 color hex is 0.00, 0.23, 0.56, 0.07. Web safe color of #eeb869 is #ffcc66. Color #eeb869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 01101001
Octal 356 270 151
Decimal 238 184 105
Hex EE B8 69

RGB Percentages of Color #eeb869

%45.16
%34.91
%19.92

CMYK Percentages of Color #eeb869

%0
%23
%56
%7

Triadic Colors of #eeb869

#eeb869 #69eeb8 #b869ee

Analogous Colors of #eeb869

#eeb869 #e2ee69 #ee7669

Monochromatic Colors of #eeb869

#eeb869

Complementary Color

#eeb869 #699fee

#eeb869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb869 Color CSS Codes

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

#eeb869 Text Font Color

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

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


#eeb869 Background Color

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

This div background color is #eeb869


#eeb869 Border Color

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

This div border color is #eeb869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb869


Comments

No comments written yet.

Please login to write comment.