Color Hex Logo

#ebec1f Color Hex

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

Color spaces of #ebec1f

RGB 23523631
HSL0.170.840.52
HSV60°87°93°
CMYK 0.000.000.87   0.07
XYZ64.503777.752012.9043
Yxy77.75200.41570.5011
Hunter Lab88.1771-23.732853.0472
CIE-Lab90.6666-20.378085.6680

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

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

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

Base Numbers

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

RGB Percentages of Color #ebec1f

%46.81
%47.01
%6.18

CMYK Percentages of Color #ebec1f

%0
%0
%87
%7

Triadic Colors of #ebec1f

#ebec1f #1febec #ec1feb

Analogous Colors of #ebec1f

#ebec1f #85ec1f #ec871f

Monochromatic Colors of #ebec1f

#ebec1f

Complementary Color

#ebec1f #201fec

#ebec1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec1f Color CSS Codes

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

#ebec1f Text Font Color

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

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


#ebec1f Background Color

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

This div background color is #ebec1f


#ebec1f Border Color

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

This div border color is #ebec1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,236,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 #ebec1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec1f


Comments

No comments written yet.

Please login to write comment.