Color Hex Logo

#eec478 Color Hex

#EEC478
(238,196,120)
0 Favorites   0 Comments

Color spaces of #eec478

RGB 238196120
HSL0.110.780.70
HSV39°50°93°
CMYK 0.000.180.50   0.07
XYZ58.390059.013126.0825
Yxy59.01310.40690.4113
Hunter Lab76.82001.240933.6434
CIE-Lab81.29885.655443.5456

#eec478 color RGB value is (238,196,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 01111000
Octal 356 304 170
Decimal 238 196 120
Hex EE C4 78

RGB Percentages of Color #eec478

%42.96
%35.38
%21.66

CMYK Percentages of Color #eec478

%0
%18
%50
%7

Triadic Colors of #eec478

#eec478 #78eec4 #c478ee

Analogous Colors of #eec478

#eec478 #ddee78 #ee8978

Monochromatic Colors of #eec478

#eec478

Complementary Color

#eec478 #78a2ee

#eec478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec478 Color CSS Codes

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

#eec478 Text Font Color

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

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


#eec478 Background Color

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

This div background color is #eec478


#eec478 Border Color

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

This div border color is #eec478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec478


Comments

No comments written yet.

Please login to write comment.