Color Hex Logo

#eceb5e Color Hex

#ECEB5E
(236,235,94)
0 Favorites   0 Comments

Color spaces of #eceb5e

RGB 23623594
HSL0.170.790.65
HSV60°60°93°
CMYK 0.000.000.60   0.07
XYZ66.320878.057722.1608
Yxy78.05770.39820.4687
Hunter Lab88.3503-20.620646.9735
CIE-Lab90.8062-16.891966.5041

#eceb5e color RGB value is (236,235,94).

#eceb5e hex color red value is 236, green value is 235 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eceb5e hue: 0.17 , saturation: 0.79 and the lightness value of eceb5e is 0.65.

The process color (four color CMYK) of #eceb5e color hex is 0.00, 0.00, 0.60, 0.07. Web safe color of #eceb5e is #ffff66. Color #eceb5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 01011110
Octal 354 353 136
Decimal 236 235 94
Hex EC EB 5E

RGB Percentages of Color #eceb5e

%41.77
%41.59
%16.64

CMYK Percentages of Color #eceb5e

%0
%0
%60
%7

Triadic Colors of #eceb5e

#eceb5e #5eeceb #eb5eec

Analogous Colors of #eceb5e

#eceb5e #a6ec5e #eca45e

Monochromatic Colors of #eceb5e

#eceb5e

Complementary Color

#eceb5e #5e5fec

#eceb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceb5e Color CSS Codes

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

#eceb5e Text Font Color

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

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


#eceb5e Background Color

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

This div background color is #eceb5e


#eceb5e Border Color

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

This div border color is #eceb5e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,235,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eceb5e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eceb5e;
  -webkit-box-shadow: 1px 1px 3px 2px #eceb5e;
  box-shadow:         1px 1px 3px 2px #eceb5e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,235,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceb5e


Comments

No comments written yet.

Please login to write comment.