Color Hex Logo

#eec34f Color Hex

#EEC34F
(238,195,79)
0 Favorites   0 Comments

Color spaces of #eec34f

RGB 23819579
HSL0.120.820.62
HSV44°67°93°
CMYK 0.000.180.67   0.07
XYZ56.186357.771915.5869
Yxy57.77190.43370.4460
Hunter Lab76.0078-1.063441.0469
CIE-Lab80.61183.200661.9484

#eec34f color RGB value is (238,195,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 01001111
Octal 356 303 117
Decimal 238 195 79
Hex EE C3 4F

RGB Percentages of Color #eec34f

%46.48
%38.09
%15.43

CMYK Percentages of Color #eec34f

%0
%18
%67
%7

Triadic Colors of #eec34f

#eec34f #4feec3 #c34fee

Analogous Colors of #eec34f

#eec34f #caee4f #ee744f

Monochromatic Colors of #eec34f

#eec34f

Complementary Color

#eec34f #4f7aee

#eec34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec34f Color CSS Codes

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

#eec34f Text Font Color

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

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


#eec34f Background Color

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

This div background color is #eec34f


#eec34f Border Color

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

This div border color is #eec34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec34f


Comments

No comments written yet.

Please login to write comment.