Color Hex Logo

#eecf1c Color Hex

#EECF1C
(238,207,28)
0 Favorites   0 Comments

Color spaces of #eecf1c

RGB 23820728
HSL0.140.860.52
HSV51°88°93°
CMYK 0.000.130.88   0.07
XYZ57.782362.886610.1915
Yxy62.88660.44160.4806
Hunter Lab79.3011-8.713847.8910
CIE-Lab83.3827-4.806680.5417

#eecf1c color RGB value is (238,207,28).

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

The process color (four color CMYK) of #eecf1c color hex is 0.00, 0.13, 0.88, 0.07. Web safe color of #eecf1c is #ffcc33. Color #eecf1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 00011100
Octal 356 317 34
Decimal 238 207 28
Hex EE CF 1C

RGB Percentages of Color #eecf1c

%50.32
%43.76
%5.92

CMYK Percentages of Color #eecf1c

%0
%13
%88
%7

Triadic Colors of #eecf1c

#eecf1c #1ceecf #cf1cee

Analogous Colors of #eecf1c

#eecf1c #a4ee1c #ee661c

Monochromatic Colors of #eecf1c

#eecf1c

Complementary Color

#eecf1c #1c3bee

#eecf1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf1c Color CSS Codes

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

#eecf1c Text Font Color

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

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


#eecf1c Background Color

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

This div background color is #eecf1c


#eecf1c Border Color

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

This div border color is #eecf1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf1c


Comments

No comments written yet.

Please login to write comment.