Color Hex Logo

#ebe18e Color Hex

#EBE18E
(235,225,142)
0 Favorites   0 Comments

Color spaces of #ebe18e

RGB 235225142
HSL0.150.700.74
HSV54°40°92°
CMYK 0.000.040.40   0.08
XYZ66.068673.465636.2893
Yxy73.46560.37580.4178
Hunter Lab85.7121-12.404734.8959
CIE-Lab88.6693-8.243941.7985

#ebe18e color RGB value is (235,225,142).

#ebe18e hex color red value is 235, green value is 225 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ebe18e hue: 0.15 , saturation: 0.70 and the lightness value of ebe18e is 0.74.

The process color (four color CMYK) of #ebe18e color hex is 0.00, 0.04, 0.40, 0.08. Web safe color of #ebe18e is #ffcc99. Color #ebe18e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 10001110
Octal 353 341 216
Decimal 235 225 142
Hex EB E1 8E

RGB Percentages of Color #ebe18e

%39.04
%37.38
%23.59

CMYK Percentages of Color #ebe18e

%0
%4
%40
%8

Triadic Colors of #ebe18e

#ebe18e #8eebe1 #e18eeb

Analogous Colors of #ebe18e

#ebe18e #c7eb8e #ebb38e

Monochromatic Colors of #ebe18e

#ebe18e

Complementary Color

#ebe18e #8e98eb

#ebe18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe18e Color CSS Codes

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

#ebe18e Text Font Color

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

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


#ebe18e Background Color

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

This div background color is #ebe18e


#ebe18e Border Color

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

This div border color is #ebe18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe18e


Comments

No comments written yet.

Please login to write comment.