Color Hex Logo

#ebec4b Color Hex

#EBEC4B
(235,236,75)
0 Favorites   0 Comments

Color spaces of #ebec4b

RGB 23523675
HSL0.170.810.61
HSV60°68°93°
CMYK 0.000.000.68   0.07
XYZ65.526478.161118.2896
Yxy78.16110.40450.4825
Hunter Lab88.4088-22.415549.6205
CIE-Lab90.8534-18.872973.8785

#ebec4b color RGB value is (235,236,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 01001011
Octal 353 354 113
Decimal 235 236 75
Hex EB EC 4B

RGB Percentages of Color #ebec4b

%43.04
%43.22
%13.74

CMYK Percentages of Color #ebec4b

%0
%0
%68
%7

Triadic Colors of #ebec4b

#ebec4b #4bebec #ec4beb

Analogous Colors of #ebec4b

#ebec4b #9bec4b #ec9d4b

Monochromatic Colors of #ebec4b

#ebec4b

Complementary Color

#ebec4b #4c4bec

#ebec4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec4b Color CSS Codes

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

#ebec4b Text Font Color

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

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


#ebec4b Background Color

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

This div background color is #ebec4b


#ebec4b Border Color

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

This div border color is #ebec4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec4b


Comments

No comments written yet.

Please login to write comment.