Color Hex Logo

#ebe69e Color Hex

#EBE69E
(235,230,158)
0 Favorites   0 Comments

Color spaces of #ebe69e

RGB 235230158
HSL0.160.660.77
HSV56°33°92°
CMYK 0.000.020.33   0.08
XYZ68.729376.724443.5346
Yxy76.72440.36370.4060
Hunter Lab87.5925-13.227131.8468
CIE-Lab90.1946-8.950935.7539

#ebe69e color RGB value is (235,230,158).

#ebe69e hex color red value is 235, green value is 230 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebe69e hue: 0.16 , saturation: 0.66 and the lightness value of ebe69e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 10011110
Octal 353 346 236
Decimal 235 230 158
Hex EB E6 9E

RGB Percentages of Color #ebe69e

%37.72
%36.92
%25.36

CMYK Percentages of Color #ebe69e

%0
%2
%33
%8

Triadic Colors of #ebe69e

#ebe69e #9eebe6 #e69eeb

Analogous Colors of #ebe69e

#ebe69e #caeb9e #ebc09e

Monochromatic Colors of #ebe69e

#ebe69e

Complementary Color

#ebe69e #9ea3eb

#ebe69e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe69e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe69e Color CSS Codes

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

#ebe69e Text Font Color

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

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


#ebe69e Background Color

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

This div background color is #ebe69e


#ebe69e Border Color

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

This div border color is #ebe69e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe69e


Comments

No comments written yet.

Please login to write comment.