Color Hex Logo

#ebea6f Color Hex

#EBEA6F
(235,234,111)
0 Favorites   0 Comments

Color spaces of #ebea6f

RGB 235234111
HSL0.170.760.68
HSV60°53°92°
CMYK 0.000.000.53   0.08
XYZ66.553077.655526.5202
Yxy77.65550.38980.4548
Hunter Lab88.1224-19.404943.8425
CIE-Lab90.6225-15.582958.9300

#ebea6f color RGB value is (235,234,111).

#ebea6f hex color red value is 235, green value is 234 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ebea6f hue: 0.17 , saturation: 0.76 and the lightness value of ebea6f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 01101111
Octal 353 352 157
Decimal 235 234 111
Hex EB EA 6F

RGB Percentages of Color #ebea6f

%40.52
%40.34
%19.14

CMYK Percentages of Color #ebea6f

%0
%0
%53
%8

Triadic Colors of #ebea6f

#ebea6f #6febea #ea6feb

Analogous Colors of #ebea6f

#ebea6f #aeeb6f #ebac6f

Monochromatic Colors of #ebea6f

#ebea6f

Complementary Color

#ebea6f #6f70eb

#ebea6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea6f Color CSS Codes

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

#ebea6f Text Font Color

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

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


#ebea6f Background Color

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

This div background color is #ebea6f


#ebea6f Border Color

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

This div border color is #ebea6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea6f


Comments

No comments written yet.

Please login to write comment.