Color Hex Logo

#eecf2a Color Hex

#EECF2A
(238,207,42)
0 Favorites   0 Comments

Color spaces of #eecf2a

RGB 23820742
HSL0.140.850.55
HSV51°82°93°
CMYK 0.000.130.82   0.07
XYZ57.990662.970011.2885
Yxy62.97000.43850.4761
Hunter Lab79.3536-8.423447.1132
CIE-Lab83.4266-4.487577.4697

#eecf2a color RGB value is (238,207,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001111 00101010
Octal 356 317 52
Decimal 238 207 42
Hex EE CF 2A

RGB Percentages of Color #eecf2a

%48.87
%42.51
%8.62

CMYK Percentages of Color #eecf2a

%0
%13
%82
%7

Triadic Colors of #eecf2a

#eecf2a #2aeecf #cf2aee

Analogous Colors of #eecf2a

#eecf2a #abee2a #ee6d2a

Monochromatic Colors of #eecf2a

#eecf2a

Complementary Color

#eecf2a #2a49ee

#eecf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecf2a Color CSS Codes

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

#eecf2a Text Font Color

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

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


#eecf2a Background Color

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

This div background color is #eecf2a


#eecf2a Border Color

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

This div border color is #eecf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecf2a


Comments

No comments written yet.

Please login to write comment.