Color Hex Logo

#eec42b Color Hex

#EEC42B
(238,196,43)
0 Favorites   0 Comments

Color spaces of #eec42b

RGB 23819643
HSL0.130.850.55
HSV47°82°93°
CMYK 0.000.180.82   0.07
XYZ55.435957.831410.5263
Yxy57.83140.44780.4672
Hunter Lab76.0470-2.961245.0260
CIE-Lab80.64501.181274.8379

#eec42b color RGB value is (238,196,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 00101011
Octal 356 304 53
Decimal 238 196 43
Hex EE C4 2B

RGB Percentages of Color #eec42b

%49.90
%41.09
%9.01

CMYK Percentages of Color #eec42b

%0
%18
%82
%7

Triadic Colors of #eec42b

#eec42b #2beec4 #c42bee

Analogous Colors of #eec42b

#eec42b #b7ee2b #ee632b

Monochromatic Colors of #eec42b

#eec42b

Complementary Color

#eec42b #2b55ee

#eec42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec42b Color CSS Codes

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

#eec42b Text Font Color

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

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


#eec42b Background Color

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

This div background color is #eec42b


#eec42b Border Color

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

This div border color is #eec42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec42b


Comments

No comments written yet.

Please login to write comment.