Color Hex Logo

#ebe97f Color Hex

#EBE97F
(235,233,127)
0 Favorites   0 Comments

Color spaces of #ebe97f

RGB 235233127
HSL0.160.730.71
HSV59°46°92°
CMYK 0.000.010.46   0.08
XYZ67.230677.472331.4889
Yxy77.47230.38160.4397
Hunter Lab88.0184-17.689440.4016
CIE-Lab90.5386-13.719551.4270

#ebe97f color RGB value is (235,233,127).

#ebe97f hex color red value is 235, green value is 233 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ebe97f hue: 0.16 , saturation: 0.73 and the lightness value of ebe97f is 0.71.

The process color (four color CMYK) of #ebe97f color hex is 0.00, 0.01, 0.46, 0.08. Web safe color of #ebe97f is #ffff66. Color #ebe97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01111111
Octal 353 351 177
Decimal 235 233 127
Hex EB E9 7F

RGB Percentages of Color #ebe97f

%39.50
%39.16
%21.34

CMYK Percentages of Color #ebe97f

%0
%1
%46
%8

Triadic Colors of #ebe97f

#ebe97f #7febe9 #e97feb

Analogous Colors of #ebe97f

#ebe97f #b7eb7f #ebb37f

Monochromatic Colors of #ebe97f

#ebe97f

Complementary Color

#ebe97f #7f81eb

#ebe97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe97f Color CSS Codes

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

#ebe97f Text Font Color

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

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


#ebe97f Background Color

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

This div background color is #ebe97f


#ebe97f Border Color

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

This div border color is #ebe97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe97f


Comments

No comments written yet.

Please login to write comment.