Color Hex Logo

#ebe161 Color Hex

#EBE161
(235,225,97)
0 Favorites   0 Comments

Color spaces of #ebe161

RGB 23522597
HSL0.150.780.65
HSV56°59°92°
CMYK 0.000.040.59   0.08
XYZ63.343872.375721.9406
Yxy72.37570.40180.4591
Hunter Lab85.0739-15.972944.2608
CIE-Lab88.1491-12.176362.3139

#ebe161 color RGB value is (235,225,97).

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

The process color (four color CMYK) of #ebe161 color hex is 0.00, 0.04, 0.59, 0.08. Web safe color of #ebe161 is #ffcc66. Color #ebe161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01100001
Octal 353 341 141
Decimal 235 225 97
Hex EB E1 61

RGB Percentages of Color #ebe161

%42.19
%40.39
%17.41

CMYK Percentages of Color #ebe161

%0
%4
%59
%8

Triadic Colors of #ebe161

#ebe161 #61ebe1 #e161eb

Analogous Colors of #ebe161

#ebe161 #b0eb61 #eb9c61

Monochromatic Colors of #ebe161

#ebe161

Complementary Color

#ebe161 #616beb

#ebe161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe161 Color CSS Codes

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

#ebe161 Text Font Color

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

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


#ebe161 Background Color

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

This div background color is #ebe161


#ebe161 Border Color

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

This div border color is #ebe161


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,225,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 #ebe161">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe161


Comments

No comments written yet.

Please login to write comment.