Color Hex Logo

#eec482 Color Hex

#EEC482
(238,196,130)
0 Favorites   0 Comments

Color spaces of #eec482

RGB 238196130
HSL0.100.760.72
HSV37°45°93°
CMYK 0.000.180.45   0.07
XYZ59.029159.268729.4479
Yxy59.26870.39950.4012
Hunter Lab76.98622.139031.2114
CIE-Lab81.43916.595938.6598

#eec482 color RGB value is (238,196,130).

#eec482 hex color red value is 238, green value is 196 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eec482 hue: 0.10 , saturation: 0.76 and the lightness value of eec482 is 0.72.

The process color (four color CMYK) of #eec482 color hex is 0.00, 0.18, 0.45, 0.07. Web safe color of #eec482 is #ffcc99. Color #eec482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 10000010
Octal 356 304 202
Decimal 238 196 130
Hex EE C4 82

RGB Percentages of Color #eec482

%42.20
%34.75
%23.05

CMYK Percentages of Color #eec482

%0
%18
%45
%7

Triadic Colors of #eec482

#eec482 #82eec4 #c482ee

Analogous Colors of #eec482

#eec482 #e2ee82 #ee8e82

Monochromatic Colors of #eec482

#eec482

Complementary Color

#eec482 #82acee

#eec482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec482 Color CSS Codes

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

#eec482 Text Font Color

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

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


#eec482 Background Color

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

This div background color is #eec482


#eec482 Border Color

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

This div border color is #eec482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec482


Comments

No comments written yet.

Please login to write comment.