Color Hex Logo

#eeb269 Color Hex

#EEB269
(238,178,105)
0 Favorites   0 Comments

Color spaces of #eeb269

RGB 238178105
HSL0.090.800.67
HSV33°56°93°
CMYK 0.000.250.56   0.07
XYZ53.730151.037920.3840
Yxy51.03790.42930.4078
Hunter Lab71.44089.227133.0915
CIE-Lab76.702013.847345.4186

#eeb269 color RGB value is (238,178,105).

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

The process color (four color CMYK) of #eeb269 color hex is 0.00, 0.25, 0.56, 0.07. Web safe color of #eeb269 is #ff9966. Color #eeb269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01101001
Octal 356 262 151
Decimal 238 178 105
Hex EE B2 69

RGB Percentages of Color #eeb269

%45.68
%34.17
%20.15

CMYK Percentages of Color #eeb269

%0
%25
%56
%7

Triadic Colors of #eeb269

#eeb269 #69eeb2 #b269ee

Analogous Colors of #eeb269

#eeb269 #e8ee69 #ee7069

Monochromatic Colors of #eeb269

#eeb269

Complementary Color

#eeb269 #69a5ee

#eeb269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb269 Color CSS Codes

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

#eeb269 Text Font Color

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

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


#eeb269 Background Color

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

This div background color is #eeb269


#eeb269 Border Color

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

This div border color is #eeb269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb269


Comments

No comments written yet.

Please login to write comment.