Color Hex Logo

#eecb35 Color Hex

#EECB35
(238,203,53)
0 Favorites   0 Comments

Color spaces of #eecb35

RGB 23820353
HSL0.140.840.57
HSV49°78°93°
CMYK 0.000.150.78   0.07
XYZ57.258461.146112.1527
Yxy61.14610.43860.4683
Hunter Lab78.1960-6.137745.5227
CIE-Lab82.4572-2.101673.4595

#eecb35 color RGB value is (238,203,53).

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

The process color (four color CMYK) of #eecb35 color hex is 0.00, 0.15, 0.78, 0.07. Web safe color of #eecb35 is #ffcc33. Color #eecb35 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 00110101
Octal 356 313 65
Decimal 238 203 53
Hex EE CB 35

RGB Percentages of Color #eecb35

%48.18
%41.09
%10.73

CMYK Percentages of Color #eecb35

%0
%15
%78
%7

Triadic Colors of #eecb35

#eecb35 #35eecb #cb35ee

Analogous Colors of #eecb35

#eecb35 #b5ee35 #ee6f35

Monochromatic Colors of #eecb35

#eecb35

Complementary Color

#eecb35 #3558ee

#eecb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb35 Color CSS Codes

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

#eecb35 Text Font Color

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

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


#eecb35 Background Color

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

This div background color is #eecb35


#eecb35 Border Color

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

This div border color is #eecb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb35


Comments

No comments written yet.

Please login to write comment.