Color Hex Logo

#eecb07 Color Hex

#EECB07
(238,203,7)
0 Favorites   0 Comments

Color spaces of #eecb07

RGB 2382037
HSL0.140.940.48
HSV51°97°93°
CMYK 0.000.150.97   0.07
XYZ56.654260.90448.9707
Yxy60.90440.44780.4813
Hunter Lab78.0413-6.989847.8136
CIE-Lab82.3273-3.032282.5033

#eecb07 color RGB value is (238,203,7).

#eecb07 hex color red value is 238, green value is 203 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eecb07 hue: 0.14 , saturation: 0.94 and the lightness value of eecb07 is 0.48.

The process color (four color CMYK) of #eecb07 color hex is 0.00, 0.15, 0.97, 0.07. Web safe color of #eecb07 is #ffcc00. Color #eecb07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 00000111
Octal 356 313 7
Decimal 238 203 7
Hex EE CB 7

RGB Percentages of Color #eecb07

%53.13
%45.31
%1.56

CMYK Percentages of Color #eecb07

%0
%15
%97
%7

Triadic Colors of #eecb07

#eecb07 #07eecb #cb07ee

Analogous Colors of #eecb07

#eecb07 #9eee07 #ee5707

Monochromatic Colors of #eecb07

#eecb07

Complementary Color

#eecb07 #072aee

#eecb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb07 Color CSS Codes

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

#eecb07 Text Font Color

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

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


#eecb07 Background Color

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

This div background color is #eecb07


#eecb07 Border Color

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

This div border color is #eecb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb07


Comments

No comments written yet.

Please login to write comment.