Color Hex Logo

#ebe861 Color Hex

#EBE861
(235,232,97)
0 Favorites   0 Comments

Color spaces of #ebe861

RGB 23523297
HSL0.160.780.65
HSV59°59°92°
CMYK 0.000.010.59   0.08
XYZ65.275276.238522.5844
Yxy76.23850.39780.4646
Hunter Lab87.3147-19.356645.7846
CIE-Lab89.9700-15.630364.3174

#ebe861 color RGB value is (235,232,97).

#ebe861 hex color red value is 235, green value is 232 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ebe861 hue: 0.16 , saturation: 0.78 and the lightness value of ebe861 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101000 01100001
Octal 353 350 141
Decimal 235 232 97
Hex EB E8 61

RGB Percentages of Color #ebe861

%41.67
%41.13
%17.20

CMYK Percentages of Color #ebe861

%0
%1
%59
%8

Triadic Colors of #ebe861

#ebe861 #61ebe8 #e861eb

Analogous Colors of #ebe861

#ebe861 #a9eb61 #eba361

Monochromatic Colors of #ebe861

#ebe861

Complementary Color

#ebe861 #6164eb

#ebe861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe861 Color CSS Codes

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

#ebe861 Text Font Color

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

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


#ebe861 Background Color

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

This div background color is #ebe861


#ebe861 Border Color

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

This div border color is #ebe861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe861


Comments

No comments written yet.

Please login to write comment.