Color Hex Logo

#eec25f Color Hex

#EEC25F
(238,194,95)
0 Favorites   0 Comments

Color spaces of #eec25f

RGB 23819495
HSL0.120.810.65
HSV42°60°93°
CMYK 0.000.180.60   0.07
XYZ56.617257.586918.9578
Yxy57.58690.42520.4325
Hunter Lab75.88600.375138.3084
CIE-Lab80.50864.715654.7148

#eec25f color RGB value is (238,194,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01011111
Octal 356 302 137
Decimal 238 194 95
Hex EE C2 5F

RGB Percentages of Color #eec25f

%45.16
%36.81
%18.03

CMYK Percentages of Color #eec25f

%0
%18
%60
%7

Triadic Colors of #eec25f

#eec25f #5feec2 #c25fee

Analogous Colors of #eec25f

#eec25f #d3ee5f #ee7b5f

Monochromatic Colors of #eec25f

#eec25f

Complementary Color

#eec25f #5f8bee

#eec25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec25f Color CSS Codes

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

#eec25f Text Font Color

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

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


#eec25f Background Color

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

This div background color is #eec25f


#eec25f Border Color

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

This div border color is #eec25f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,194,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 #eec25f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec25f

#eec25f Color Palettes


Comments

No comments written yet.

Please login to write comment.