Color Hex Logo

#ebe7af Color Hex

#EBE7AF
(235,231,175)
0 Favorites   0 Comments

Color spaces of #ebe7af

RGB 235231175
HSL0.160.600.80
HSV56°26°92°
CMYK 0.000.020.26   0.08
XYZ70.574777.909151.8757
Yxy77.90910.35220.3888
Hunter Lab88.2661-11.743026.9404
CIE-Lab90.7384-7.313627.8256

#ebe7af color RGB value is (235,231,175).

#ebe7af hex color red value is 235, green value is 231 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ebe7af hue: 0.16 , saturation: 0.60 and the lightness value of ebe7af is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 10101111
Octal 353 347 257
Decimal 235 231 175
Hex EB E7 AF

RGB Percentages of Color #ebe7af

%36.66
%36.04
%27.30

CMYK Percentages of Color #ebe7af

%0
%2
%26
%8

Triadic Colors of #ebe7af

#ebe7af #afebe7 #e7afeb

Analogous Colors of #ebe7af

#ebe7af #d1ebaf #ebc9af

Monochromatic Colors of #ebe7af

#ebe7af

Complementary Color

#ebe7af #afb3eb

#ebe7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe7af Color CSS Codes

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

#ebe7af Text Font Color

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

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


#ebe7af Background Color

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

This div background color is #ebe7af


#ebe7af Border Color

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

This div border color is #ebe7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe7af


Comments

No comments written yet.

Please login to write comment.