Color Hex Logo

#eec948 Color Hex

#EEC948
(238,201,72)
0 Favorites   0 Comments

Color spaces of #eec948

RGB 23820172
HSL0.130.830.61
HSV47°70°93°
CMYK 0.000.160.70   0.07
XYZ57.316260.418314.7719
Yxy60.41830.43260.4560
Hunter Lab77.7292-4.403243.1428
CIE-Lab82.0650-0.269066.3102

#eec948 color RGB value is (238,201,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01001000
Octal 356 311 110
Decimal 238 201 72
Hex EE C9 48

RGB Percentages of Color #eec948

%46.58
%39.33
%14.09

CMYK Percentages of Color #eec948

%0
%16
%70
%7

Triadic Colors of #eec948

#eec948 #48eec9 #c948ee

Analogous Colors of #eec948

#eec948 #c0ee48 #ee7648

Monochromatic Colors of #eec948

#eec948

Complementary Color

#eec948 #486dee

#eec948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec948 Color CSS Codes

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

#eec948 Text Font Color

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

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


#eec948 Background Color

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

This div background color is #eec948


#eec948 Border Color

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

This div border color is #eec948


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,201,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 #eec948">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec948


Comments

No comments written yet.

Please login to write comment.