Color Hex Logo

#eec35f Color Hex

#EEC35F
(238,195,95)
0 Favorites   0 Comments

Color spaces of #eec35f

RGB 23819595
HSL0.120.810.65
HSV42°60°93°
CMYK 0.000.180.60   0.07
XYZ56.840658.033619.0323
Yxy58.03360.42450.4334
Hunter Lab76.1798-0.129138.5132
CIE-Lab80.75754.195354.9978

#eec35f color RGB value is (238,195,95).

#eec35f hex color red value is 238, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #eec35f hue: 0.12 , saturation: 0.81 and the lightness value of eec35f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 01011111
Octal 356 303 137
Decimal 238 195 95
Hex EE C3 5F

RGB Percentages of Color #eec35f

%45.08
%36.93
%17.99

CMYK Percentages of Color #eec35f

%0
%18
%60
%7

Triadic Colors of #eec35f

#eec35f #5feec3 #c35fee

Analogous Colors of #eec35f

#eec35f #d2ee5f #ee7c5f

Monochromatic Colors of #eec35f

#eec35f

Complementary Color

#eec35f #5f8aee

#eec35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec35f Color CSS Codes

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

#eec35f Text Font Color

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

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


#eec35f Background Color

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

This div background color is #eec35f


#eec35f Border Color

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

This div border color is #eec35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec35f


Comments

No comments written yet.

Please login to write comment.