Color Hex Logo

#eeb355 Color Hex

#EEB355
(238,179,85)
0 Favorites   0 Comments

Color spaces of #eeb355

RGB 23817985
HSL0.100.820.63
HSV37°64°93°
CMYK 0.000.250.64   0.07
XYZ53.019751.073215.6580
Yxy51.07320.44270.4265
Hunter Lab71.46557.363137.0355
CIE-Lab76.723311.925055.0853

#eeb355 color RGB value is (238,179,85).

#eeb355 hex color red value is 238, green value is 179 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eeb355 hue: 0.10 , saturation: 0.82 and the lightness value of eeb355 is 0.63.

The process color (four color CMYK) of #eeb355 color hex is 0.00, 0.25, 0.64, 0.07. Web safe color of #eeb355 is #ffcc66. Color #eeb355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 01010101
Octal 356 263 125
Decimal 238 179 85
Hex EE B3 55

RGB Percentages of Color #eeb355

%47.41
%35.66
%16.93

CMYK Percentages of Color #eeb355

%0
%25
%64
%7

Triadic Colors of #eeb355

#eeb355 #55eeb3 #b355ee

Analogous Colors of #eeb355

#eeb355 #ddee55 #ee6755

Monochromatic Colors of #eeb355

#eeb355

Complementary Color

#eeb355 #5590ee

#eeb355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb355 Color CSS Codes

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

#eeb355 Text Font Color

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

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


#eeb355 Background Color

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

This div background color is #eeb355


#eeb355 Border Color

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

This div border color is #eeb355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb355


Comments

No comments written yet.

Please login to write comment.