Color Hex Logo

#eec303 Color Hex

#EEC303
(238,195,3)
0 Favorites   0 Comments

Color spaces of #eec303

RGB 2381953
HSL0.140.980.47
HSV49°99°93°
CMYK 0.000.180.99   0.07
XYZ54.791457.21398.2417
Yxy57.21390.45570.4758
Hunter Lab75.6399-3.069446.4877
CIE-Lab80.29981.043981.4317

#eec303 color RGB value is (238,195,3).

#eec303 hex color red value is 238, green value is 195 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #eec303 hue: 0.14 , saturation: 0.98 and the lightness value of eec303 is 0.47.

The process color (four color CMYK) of #eec303 color hex is 0.00, 0.18, 0.99, 0.07. Web safe color of #eec303 is #ffcc00. Color #eec303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 00000011
Octal 356 303 3
Decimal 238 195 3
Hex EE C3 3

RGB Percentages of Color #eec303

%54.59
%44.72
%0.69

CMYK Percentages of Color #eec303

%0
%18
%99
%7

Triadic Colors of #eec303

#eec303 #03eec3 #c303ee

Analogous Colors of #eec303

#eec303 #a4ee03 #ee4e03

Monochromatic Colors of #eec303

#eec303

Complementary Color

#eec303 #032eee

#eec303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec303 Color CSS Codes

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

#eec303 Text Font Color

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

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


#eec303 Background Color

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

This div background color is #eec303


#eec303 Border Color

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

This div border color is #eec303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec303


Comments

No comments written yet.

Please login to write comment.