Color Hex Logo

#ebeaa1 Color Hex

#EBEAA1
(235,234,161)
0 Favorites   0 Comments

Color spaces of #ebeaa1

RGB 235234161
HSL0.160.650.78
HSV59°31°92°
CMYK 0.000.000.31   0.08
XYZ70.116879.081045.2868
Yxy79.08100.36050.4066
Hunter Lab88.9275-14.881032.0555
CIE-Lab91.2709-10.590335.6588

#ebeaa1 color RGB value is (235,234,161).

#ebeaa1 hex color red value is 235, green value is 234 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ebeaa1 hue: 0.16 , saturation: 0.65 and the lightness value of ebeaa1 is 0.78.

The process color (four color CMYK) of #ebeaa1 color hex is 0.00, 0.00, 0.31, 0.08. Web safe color of #ebeaa1 is #ffff99. Color #ebeaa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10100001
Octal 353 352 241
Decimal 235 234 161
Hex EB EA A1

RGB Percentages of Color #ebeaa1

%37.30
%37.14
%25.56

CMYK Percentages of Color #ebeaa1

%0
%0
%31
%8

Triadic Colors of #ebeaa1

#ebeaa1 #a1ebea #eaa1eb

Analogous Colors of #ebeaa1

#ebeaa1 #c7eba1 #ebc5a1

Monochromatic Colors of #ebeaa1

#ebeaa1

Complementary Color

#ebeaa1 #a1a2eb

#ebeaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaa1 Color CSS Codes

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

#ebeaa1 Text Font Color

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

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


#ebeaa1 Background Color

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

This div background color is #ebeaa1


#ebeaa1 Border Color

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

This div border color is #ebeaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaa1


Comments

No comments written yet.

Please login to write comment.