Color Hex Logo

#eecc1f Color Hex

#EECC1F
(238,204,31)
0 Favorites   0 Comments

Color spaces of #eecc1f

RGB 23820431
HSL0.140.860.53
HSV50°87°93°
CMYK 0.000.140.87   0.07
XYZ57.100161.461810.1501
Yxy61.46180.44360.4775
Hunter Lab78.3976-7.187047.2021
CIE-Lab82.6264-3.220279.3609

#eecc1f color RGB value is (238,204,31).

#eecc1f hex color red value is 238, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #eecc1f hue: 0.14 , saturation: 0.86 and the lightness value of eecc1f is 0.53.

The process color (four color CMYK) of #eecc1f color hex is 0.00, 0.14, 0.87, 0.07. Web safe color of #eecc1f is #ffcc33. Color #eecc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001100 00011111
Octal 356 314 37
Decimal 238 204 31
Hex EE CC 1F

RGB Percentages of Color #eecc1f

%50.32
%43.13
%6.55

CMYK Percentages of Color #eecc1f

%0
%14
%87
%7

Triadic Colors of #eecc1f

#eecc1f #1feecc #cc1fee

Analogous Colors of #eecc1f

#eecc1f #a9ee1f #ee651f

Monochromatic Colors of #eecc1f

#eecc1f

Complementary Color

#eecc1f #1f41ee

#eecc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecc1f Color CSS Codes

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

#eecc1f Text Font Color

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

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


#eecc1f Background Color

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

This div background color is #eecc1f


#eecc1f Border Color

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

This div border color is #eecc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecc1f


Comments

No comments written yet.

Please login to write comment.