Color Hex Logo

#eece32 Color Hex

#EECE32
(238,206,50)
0 Favorites   0 Comments

Color spaces of #eece32

RGB 23820650
HSL0.140.850.56
HSV50°79°93°
CMYK 0.000.130.79   0.07
XYZ57.906962.550012.0390
Yxy62.55000.43700.4721
Hunter Lab79.0886-7.711246.3368
CIE-Lab83.2050-3.736775.0501

#eece32 color RGB value is (238,206,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 00110010
Octal 356 316 62
Decimal 238 206 50
Hex EE CE 32

RGB Percentages of Color #eece32

%48.18
%41.70
%10.12

CMYK Percentages of Color #eece32

%0
%13
%79
%7

Triadic Colors of #eece32

#eece32 #32eece #ce32ee

Analogous Colors of #eece32

#eece32 #b0ee32 #ee7032

Monochromatic Colors of #eece32

#eece32

Complementary Color

#eece32 #3252ee

#eece32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eece32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eece32 Color CSS Codes

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

#eece32 Text Font Color

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

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


#eece32 Background Color

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

This div background color is #eece32


#eece32 Border Color

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

This div border color is #eece32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eece32


Comments

No comments written yet.

Please login to write comment.