Color Hex Logo

#eec250 Color Hex

#EEC250
(238,194,80)
0 Favorites   0 Comments

Color spaces of #eec250

RGB 23819480
HSL0.120.820.62
HSV43°66°93°
CMYK 0.000.180.66   0.07
XYZ55.999657.339915.7056
Yxy57.33990.43400.4443
Hunter Lab75.7231-0.509140.7089
CIE-Lab80.37043.775961.2673

#eec250 color RGB value is (238,194,80).

#eec250 hex color red value is 238, green value is 194 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #eec250 hue: 0.12 , saturation: 0.82 and the lightness value of eec250 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01010000
Octal 356 302 120
Decimal 238 194 80
Hex EE C2 50

RGB Percentages of Color #eec250

%46.48
%37.89
%15.63

CMYK Percentages of Color #eec250

%0
%18
%66
%7

Triadic Colors of #eec250

#eec250 #50eec2 #c250ee

Analogous Colors of #eec250

#eec250 #cbee50 #ee7350

Monochromatic Colors of #eec250

#eec250

Complementary Color

#eec250 #507cee

#eec250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec250 Color CSS Codes

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

#eec250 Text Font Color

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

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


#eec250 Background Color

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

This div background color is #eec250


#eec250 Border Color

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

This div border color is #eec250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec250


Comments

No comments written yet.

Please login to write comment.