Color Hex Logo

#eceb1f Color Hex

#ECEB1F
(236,235,31)
0 Favorites   0 Comments

Color spaces of #eceb1f

RGB 23623531
HSL0.170.840.52
HSV60°87°93°
CMYK 0.000.000.87   0.07
XYZ64.547777.348512.8240
Yxy77.34850.41720.4999
Hunter Lab87.9480-22.902452.9183
CIE-Lab90.4818-19.481485.5535

#eceb1f color RGB value is (236,235,31).

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

The process color (four color CMYK) of #eceb1f color hex is 0.00, 0.00, 0.87, 0.07. Web safe color of #eceb1f is #ffff33. Color #eceb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101011 00011111
Octal 354 353 37
Decimal 236 235 31
Hex EC EB 1F

RGB Percentages of Color #eceb1f

%47.01
%46.81
%6.18

CMYK Percentages of Color #eceb1f

%0
%0
%87
%7

Triadic Colors of #eceb1f

#eceb1f #1feceb #eb1fec

Analogous Colors of #eceb1f

#eceb1f #87ec1f #ec851f

Monochromatic Colors of #eceb1f

#eceb1f

Complementary Color

#eceb1f #1f20ec

#eceb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceb1f Color CSS Codes

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

#eceb1f Text Font Color

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

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


#eceb1f Background Color

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

This div background color is #eceb1f


#eceb1f Border Color

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

This div border color is #eceb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceb1f


Comments

No comments written yet.

Please login to write comment.