Color Hex Logo

#ebe69f Color Hex

#EBE69F
(235,230,159)
0 Favorites   0 Comments

Color spaces of #ebe69f

RGB 235230159
HSL0.160.660.77
HSV56°32°92°
CMYK 0.000.020.32   0.08
XYZ68.815876.759043.9899
Yxy76.75900.36300.4049
Hunter Lab87.6122-13.116931.5592
CIE-Lab90.2106-8.831535.2695

#ebe69f color RGB value is (235,230,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 10011111
Octal 353 346 237
Decimal 235 230 159
Hex EB E6 9F

RGB Percentages of Color #ebe69f

%37.66
%36.86
%25.48

CMYK Percentages of Color #ebe69f

%0
%2
%32
%8

Triadic Colors of #ebe69f

#ebe69f #9febe6 #e69feb

Analogous Colors of #ebe69f

#ebe69f #caeb9f #ebc09f

Monochromatic Colors of #ebe69f

#ebe69f

Complementary Color

#ebe69f #9fa4eb

#ebe69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe69f Color CSS Codes

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

#ebe69f Text Font Color

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

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


#ebe69f Background Color

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

This div background color is #ebe69f


#ebe69f Border Color

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

This div border color is #ebe69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe69f


Comments

No comments written yet.

Please login to write comment.