Color Hex Logo

#ebeea1 Color Hex

#EBEEA1
(235,238,161)
0 Favorites   0 Comments

Color spaces of #ebeea1

RGB 235238161
HSL0.170.690.78
HSV62°32°93°
CMYK 0.010.000.32   0.07
XYZ71.268581.384445.6707
Yxy81.38440.35940.4104
Hunter Lab90.2133-16.858333.1336
CIE-Lab92.3025-12.576437.0167

#ebeea1 color RGB value is (235,238,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10100001
Octal 353 356 241
Decimal 235 238 161
Hex EB EE A1

RGB Percentages of Color #ebeea1

%37.07
%37.54
%25.39

CMYK Percentages of Color #ebeea1

%1
%0
%32
%7

Triadic Colors of #ebeea1

#ebeea1 #a1ebee #eea1eb

Analogous Colors of #ebeea1

#ebeea1 #c5eea1 #eecba1

Monochromatic Colors of #ebeea1

#ebeea1

Complementary Color

#ebeea1 #a4a1ee

#ebeea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeea1 Color CSS Codes

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

#ebeea1 Text Font Color

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

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


#ebeea1 Background Color

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

This div background color is #ebeea1


#ebeea1 Border Color

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

This div border color is #ebeea1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,238,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 #ebeea1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeea1


Comments

No comments written yet.

Please login to write comment.