Color Hex Logo

#eeb274 Color Hex

#EEB274
(238,178,116)
0 Favorites   0 Comments

Color spaces of #eeb274

RGB 238178116
HSL0.080.780.69
HSV30°51°93°
CMYK 0.000.250.51   0.07
XYZ54.332751.278923.5572
Yxy51.27890.42060.3970
Hunter Lab71.609310.118530.6220
CIE-Lab76.847614.759240.0167

#eeb274 color RGB value is (238,178,116).

#eeb274 hex color red value is 238, green value is 178 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #eeb274 hue: 0.08 , saturation: 0.78 and the lightness value of eeb274 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01110100
Octal 356 262 164
Decimal 238 178 116
Hex EE B2 74

RGB Percentages of Color #eeb274

%44.74
%33.46
%21.80

CMYK Percentages of Color #eeb274

%0
%25
%51
%7

Triadic Colors of #eeb274

#eeb274 #74eeb2 #b274ee

Analogous Colors of #eeb274

#eeb274 #edee74 #ee7574

Monochromatic Colors of #eeb274

#eeb274

Complementary Color

#eeb274 #74b0ee

#eeb274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb274 Color CSS Codes

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

#eeb274 Text Font Color

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

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


#eeb274 Background Color

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

This div background color is #eeb274


#eeb274 Border Color

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

This div border color is #eeb274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb274


Comments

No comments written yet.

Please login to write comment.