Color Hex Logo

#ebe163 Color Hex

#EBE163
(235,225,99)
0 Favorites   0 Comments

Color spaces of #ebe163

RGB 23522599
HSL0.150.770.65
HSV56°58°92°
CMYK 0.000.040.58   0.08
XYZ63.438372.413422.4380
Yxy72.41340.40080.4575
Hunter Lab85.0961-15.848143.9337
CIE-Lab88.1672-12.037261.4656

#ebe163 color RGB value is (235,225,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01100011
Octal 353 341 143
Decimal 235 225 99
Hex EB E1 63

RGB Percentages of Color #ebe163

%42.04
%40.25
%17.71

CMYK Percentages of Color #ebe163

%0
%4
%58
%8

Triadic Colors of #ebe163

#ebe163 #63ebe1 #e163eb

Analogous Colors of #ebe163

#ebe163 #b1eb63 #eb9d63

Monochromatic Colors of #ebe163

#ebe163

Complementary Color

#ebe163 #636deb

#ebe163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe163 Color CSS Codes

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

#ebe163 Text Font Color

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

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


#ebe163 Background Color

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

This div background color is #ebe163


#ebe163 Border Color

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

This div border color is #ebe163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe163


Comments

No comments written yet.

Please login to write comment.