Color Hex Logo

#ebec7c Color Hex

#EBEC7C
(235,236,124)
0 Favorites   0 Comments

Color spaces of #ebec7c

RGB 235236124
HSL0.170.750.71
HSV61°47°93°
CMYK 0.000.000.47   0.07
XYZ67.894579.108330.7598
Yxy79.10830.38190.4450
Hunter Lab88.9428-19.392141.7553
CIE-Lab91.2833-15.467853.7397

#ebec7c color RGB value is (235,236,124).

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

The process color (four color CMYK) of #ebec7c color hex is 0.00, 0.00, 0.47, 0.07. Web safe color of #ebec7c is #ffff66. Color #ebec7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 01111100
Octal 353 354 174
Decimal 235 236 124
Hex EB EC 7C

RGB Percentages of Color #ebec7c

%39.50
%39.66
%20.84

CMYK Percentages of Color #ebec7c

%0
%0
%47
%7

Triadic Colors of #ebec7c

#ebec7c #7cebec #ec7ceb

Analogous Colors of #ebec7c

#ebec7c #b3ec7c #ecb57c

Monochromatic Colors of #ebec7c

#ebec7c

Complementary Color

#ebec7c #7d7cec

#ebec7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebec7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebec7c Color CSS Codes

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

#ebec7c Text Font Color

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

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


#ebec7c Background Color

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

This div background color is #ebec7c


#ebec7c Border Color

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

This div border color is #ebec7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebec7c


Comments

No comments written yet.

Please login to write comment.