Color Hex Logo

#ebeca2 Color Hex

#EBECA2
(235,236,162)
0 Favorites   0 Comments

Color spaces of #ebeca2

RGB 235236162
HSL0.170.660.78
HSV61°31°93°
CMYK 0.000.000.31   0.07
XYZ70.778080.261745.9441
Yxy80.26170.35930.4075
Hunter Lab89.5889-15.760032.3064
CIE-Lab91.8022-11.464435.8559

#ebeca2 color RGB value is (235,236,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 10100010
Octal 353 354 242
Decimal 235 236 162
Hex EB EC A2

RGB Percentages of Color #ebeca2

%37.12
%37.28
%25.59

CMYK Percentages of Color #ebeca2

%0
%0
%31
%7

Triadic Colors of #ebeca2

#ebeca2 #a2ebec #eca2eb

Analogous Colors of #ebeca2

#ebeca2 #c6eca2 #ecc8a2

Monochromatic Colors of #ebeca2

#ebeca2

Complementary Color

#ebeca2 #a3a2ec

#ebeca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeca2 Color CSS Codes

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

#ebeca2 Text Font Color

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

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


#ebeca2 Background Color

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

This div background color is #ebeca2


#ebeca2 Border Color

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

This div border color is #ebeca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeca2


Comments

No comments written yet.

Please login to write comment.