Color Hex Logo

#eec274 Color Hex

#EEC274
(238,194,116)
0 Favorites   0 Comments

Color spaces of #eec274

RGB 238194116
HSL0.110.780.69
HSV38°51°93°
CMYK 0.000.180.51   0.07
XYZ57.704158.021724.6810
Yxy58.02170.41100.4132
Hunter Lab76.17201.921834.1094
CIE-Lab80.75096.346344.8668

#eec274 color RGB value is (238,194,116).

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

The process color (four color CMYK) of #eec274 color hex is 0.00, 0.18, 0.51, 0.07. Web safe color of #eec274 is #ffcc66. Color #eec274 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01110100
Octal 356 302 164
Decimal 238 194 116
Hex EE C2 74

RGB Percentages of Color #eec274

%43.43
%35.40
%21.17

CMYK Percentages of Color #eec274

%0
%18
%51
%7

Triadic Colors of #eec274

#eec274 #74eec2 #c274ee

Analogous Colors of #eec274

#eec274 #ddee74 #ee8574

Monochromatic Colors of #eec274

#eec274

Complementary Color

#eec274 #74a0ee

#eec274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec274 Color CSS Codes

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

#eec274 Text Font Color

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

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


#eec274 Background Color

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

This div background color is #eec274


#eec274 Border Color

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

This div border color is #eec274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec274

#eec274 Color Palettes


Comments

No comments written yet.

Please login to write comment.