Color Hex Logo

#ebea64 Color Hex

#EBEA64
(235,234,100)
0 Favorites   0 Comments

Color spaces of #ebea64

RGB 235234100
HSL0.170.770.66
HSV60°57°92°
CMYK 0.000.000.57   0.08
XYZ65.984077.427923.5239
Yxy77.42790.39530.4638
Hunter Lab87.9931-20.135045.7447
CIE-Lab90.5182-16.402463.6433

#ebea64 color RGB value is (235,234,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 01100100
Octal 353 352 144
Decimal 235 234 100
Hex EB EA 64

RGB Percentages of Color #ebea64

%41.30
%41.12
%17.57

CMYK Percentages of Color #ebea64

%0
%0
%57
%8

Triadic Colors of #ebea64

#ebea64 #64ebea #ea64eb

Analogous Colors of #ebea64

#ebea64 #a9eb64 #eba764

Monochromatic Colors of #ebea64

#ebea64

Complementary Color

#ebea64 #6465eb

#ebea64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea64 Color CSS Codes

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

#ebea64 Text Font Color

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

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


#ebea64 Background Color

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

This div background color is #ebea64


#ebea64 Border Color

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

This div border color is #ebea64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea64


Comments

No comments written yet.

Please login to write comment.