Color Hex Logo

#eec048 Color Hex

#EEC048
(238,192,72)
0 Favorites   0 Comments

Color spaces of #eec048

RGB 23819272
HSL0.120.830.61
HSV43°70°93°
CMYK 0.000.190.70   0.07
XYZ55.279256.344314.0929
Yxy56.34430.43970.4482
Hunter Lab75.06280.094441.4124
CIE-Lab79.80944.388964.0205

#eec048 color RGB value is (238,192,72).

#eec048 hex color red value is 238, green value is 192 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eec048 hue: 0.12 , saturation: 0.83 and the lightness value of eec048 is 0.61.

The process color (four color CMYK) of #eec048 color hex is 0.00, 0.19, 0.70, 0.07. Web safe color of #eec048 is #ffcc33. Color #eec048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01001000
Octal 356 300 110
Decimal 238 192 72
Hex EE C0 48

RGB Percentages of Color #eec048

%47.41
%38.25
%14.34

CMYK Percentages of Color #eec048

%0
%19
%70
%7

Triadic Colors of #eec048

#eec048 #48eec0 #c048ee

Analogous Colors of #eec048

#eec048 #c9ee48 #ee6d48

Monochromatic Colors of #eec048

#eec048

Complementary Color

#eec048 #4876ee

#eec048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec048 Color CSS Codes

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

#eec048 Text Font Color

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

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


#eec048 Background Color

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

This div background color is #eec048


#eec048 Border Color

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

This div border color is #eec048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec048


Comments

No comments written yet.

Please login to write comment.