Color Hex Logo

#ebeca0 Color Hex

#EBECA0
(235,236,160)
0 Favorites   0 Comments

Color spaces of #ebeca0

RGB 235236160
HSL0.170.670.78
HSV61°32°93°
CMYK 0.000.000.32   0.07
XYZ70.601680.191145.0150
Yxy80.19110.36060.4095
Hunter Lab89.5495-15.980632.8806
CIE-Lab91.7705-11.704936.8195

#ebeca0 color RGB value is (235,236,160).

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

The process color (four color CMYK) of #ebeca0 color hex is 0.00, 0.00, 0.32, 0.07. Web safe color of #ebeca0 is #ffff99. Color #ebeca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 10100000
Octal 353 354 240
Decimal 235 236 160
Hex EB EC A0

RGB Percentages of Color #ebeca0

%37.24
%37.40
%25.36

CMYK Percentages of Color #ebeca0

%0
%0
%32
%7

Triadic Colors of #ebeca0

#ebeca0 #a0ebec #eca0eb

Analogous Colors of #ebeca0

#ebeca0 #c5eca0 #ecc7a0

Monochromatic Colors of #ebeca0

#ebeca0

Complementary Color

#ebeca0 #a1a0ec

#ebeca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeca0 Color CSS Codes

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

#ebeca0 Text Font Color

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

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


#ebeca0 Background Color

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

This div background color is #ebeca0


#ebeca0 Border Color

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

This div border color is #ebeca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeca0


Comments

No comments written yet.

Please login to write comment.