Color Hex Logo

#eecb15 Color Hex

#EECB15
(238,203,21)
0 Favorites   0 Comments

Color spaces of #eecb15

RGB 23820321
HSL0.140.860.51
HSV50°91°93°
CMYK 0.000.150.91   0.07
XYZ56.751260.94329.4816
Yxy60.94320.44620.4792
Hunter Lab78.0661-6.852847.4452
CIE-Lab82.3482-2.882280.9175

#eecb15 color RGB value is (238,203,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 00010101
Octal 356 313 25
Decimal 238 203 21
Hex EE CB 15

RGB Percentages of Color #eecb15

%51.52
%43.94
%4.55

CMYK Percentages of Color #eecb15

%0
%15
%91
%7

Triadic Colors of #eecb15

#eecb15 #15eecb #cb15ee

Analogous Colors of #eecb15

#eecb15 #a5ee15 #ee5e15

Monochromatic Colors of #eecb15

#eecb15

Complementary Color

#eecb15 #1538ee

#eecb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb15 Color CSS Codes

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

#eecb15 Text Font Color

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

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


#eecb15 Background Color

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

This div background color is #eecb15


#eecb15 Border Color

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

This div border color is #eecb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb15


Comments

No comments written yet.

Please login to write comment.