Color Hex Logo

#eeb052 Color Hex

#EEB052
(238,176,82)
0 Favorites   0 Comments

Color spaces of #eeb052

RGB 23817682
HSL0.100.820.63
HSV36°66°93°
CMYK 0.000.260.66   0.07
XYZ52.308249.837014.8452
Yxy49.83700.44710.4260
Hunter Lab70.59538.719336.9489
CIE-Lab75.969113.326655.6303

#eeb052 color RGB value is (238,176,82).

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

The process color (four color CMYK) of #eeb052 color hex is 0.00, 0.26, 0.66, 0.07. Web safe color of #eeb052 is #ff9966. Color #eeb052 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 01010010
Octal 356 260 122
Decimal 238 176 82
Hex EE B0 52

RGB Percentages of Color #eeb052

%47.98
%35.48
%16.53

CMYK Percentages of Color #eeb052

%0
%26
%66
%7

Triadic Colors of #eeb052

#eeb052 #52eeb0 #b052ee

Analogous Colors of #eeb052

#eeb052 #deee52 #ee6252

Monochromatic Colors of #eeb052

#eeb052

Complementary Color

#eeb052 #5290ee

#eeb052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb052 Color CSS Codes

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

#eeb052 Text Font Color

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

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


#eeb052 Background Color

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

This div background color is #eeb052


#eeb052 Border Color

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

This div border color is #eeb052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb052


Comments

No comments written yet.

Please login to write comment.