Color Hex Logo

#ebe365 Color Hex

#EBE365
(235,227,101)
0 Favorites   0 Comments

Color spaces of #ebe365

RGB 235227101
HSL0.160.770.66
HSV56°57°92°
CMYK 0.000.030.57   0.08
XYZ64.079073.539923.1292
Yxy73.53990.39860.4575
Hunter Lab85.7554-16.691444.0376
CIE-Lab88.7046-12.887461.1913

#ebe365 color RGB value is (235,227,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01100101
Octal 353 343 145
Decimal 235 227 101
Hex EB E3 65

RGB Percentages of Color #ebe365

%41.74
%40.32
%17.94

CMYK Percentages of Color #ebe365

%0
%3
%57
%8

Triadic Colors of #ebe365

#ebe365 #65ebe3 #e365eb

Analogous Colors of #ebe365

#ebe365 #b0eb65 #eba065

Monochromatic Colors of #ebe365

#ebe365

Complementary Color

#ebe365 #656deb

#ebe365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe365 Color CSS Codes

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

#ebe365 Text Font Color

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

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


#ebe365 Background Color

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

This div background color is #ebe365


#ebe365 Border Color

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

This div border color is #ebe365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe365


Comments

No comments written yet.

Please login to write comment.