Color Hex Logo

#eec483 Color Hex

#EEC483
(238,196,131)
0 Favorites   0 Comments

Color spaces of #eec483

RGB 238196131
HSL0.100.760.72
HSV36°45°93°
CMYK 0.000.180.45   0.07
XYZ59.096659.295729.8032
Yxy59.29570.39880.4001
Hunter Lab77.00372.233630.9552
CIE-Lab81.45396.694738.1672

#eec483 color RGB value is (238,196,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 10000011
Octal 356 304 203
Decimal 238 196 131
Hex EE C4 83

RGB Percentages of Color #eec483

%42.12
%34.69
%23.19

CMYK Percentages of Color #eec483

%0
%18
%45
%7

Triadic Colors of #eec483

#eec483 #83eec4 #c483ee

Analogous Colors of #eec483

#eec483 #e3ee83 #ee8f83

Monochromatic Colors of #eec483

#eec483

Complementary Color

#eec483 #83adee

#eec483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec483 Color CSS Codes

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

#eec483 Text Font Color

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

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


#eec483 Background Color

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

This div background color is #eec483


#eec483 Border Color

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

This div border color is #eec483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec483

#eec483 Color Palettes


Comments

No comments written yet.

Please login to write comment.