Color Hex Logo

#ebe165 Color Hex

#EBE165
(235,225,101)
0 Favorites   0 Comments

Color spaces of #ebe165

RGB 235225101
HSL0.150.770.66
HSV56°57°92°
CMYK 0.000.040.57   0.08
XYZ63.535172.452222.9479
Yxy72.45220.39980.4559
Hunter Lab85.1189-15.720643.5987
CIE-Lab88.1858-11.895260.6095

#ebe165 color RGB value is (235,225,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01100101
Octal 353 341 145
Decimal 235 225 101
Hex EB E1 65

RGB Percentages of Color #ebe165

%41.89
%40.11
%18.00

CMYK Percentages of Color #ebe165

%0
%4
%57
%8

Triadic Colors of #ebe165

#ebe165 #65ebe1 #e165eb

Analogous Colors of #ebe165

#ebe165 #b2eb65 #eb9e65

Monochromatic Colors of #ebe165

#ebe165

Complementary Color

#ebe165 #656feb

#ebe165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe165 Color CSS Codes

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

#ebe165 Text Font Color

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

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


#ebe165 Background Color

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

This div background color is #ebe165


#ebe165 Border Color

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

This div border color is #ebe165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe165


Comments

No comments written yet.

Please login to write comment.