color codes Logo

#ebeea0 color codes

#EBEEA0
(235,238,160)
0 Favorites   0 Comments

Color spaces of #ebeea0

RGB 235238160
HSL0.170.700.78
HSV62°33°93°
CMYK 0.010.000.33   0.07
XYZ71.180681.349345.2081
Yxy81.34930.36000.4114
Hunter Lab90.1938-16.967833.4176
CIE-Lab92.2869-12.696237.4970

#ebeea0 color RGB value is (235,238,160).

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

The process color (four color CMYK) of #ebeea0 color code is 0.01, 0.00, 0.33, 0.07. Web safe color of #ebeea0 is #ffff99. Color #ebeea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 10100000
Octal 353 356 240
Decimal 235 238 160
Hex EB EE A0

RGB Percentages of Color #ebeea0

%37.12
%37.60
%25.28

CMYK Percentages of Color #ebeea0

%1
%0
%33
%7

Triadic Colors of #ebeea0

#ebeea0 #a0ebee #eea0eb

Analogous Colors of #ebeea0

#ebeea0 #c4eea0 #eecaa0

Monochromatic Colors of #ebeea0

#ebeea0

Complementary Color

#ebeea0 #a3a0ee

#ebeea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeea0 Color CSS Codes

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

#ebeea0 Text Font Color

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

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


#ebeea0 Background Color

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

This div background color is #ebeea0


#ebeea0 Border Color

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

This div border color is #ebeea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeea0


Comments

No comments written yet.

Please login to write comment.