Color Hex Logo

#ebea55 Color Hex

#EBEA55
(235,234,85)
0 Favorites   0 Comments

Color spaces of #ebea55

RGB 23523485
HSL0.170.790.63
HSV60°64°92°
CMYK 0.000.000.64   0.08
XYZ65.323577.163720.0455
Yxy77.16370.40190.4748
Hunter Lab87.8429-20.985247.9602
CIE-Lab90.3969-17.361869.6674

#ebea55 color RGB value is (235,234,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 01010101
Octal 353 352 125
Decimal 235 234 85
Hex EB EA 55

RGB Percentages of Color #ebea55

%42.42
%42.24
%15.34

CMYK Percentages of Color #ebea55

%0
%0
%64
%8

Triadic Colors of #ebea55

#ebea55 #55ebea #ea55eb

Analogous Colors of #ebea55

#ebea55 #a1eb55 #eb9f55

Monochromatic Colors of #ebea55

#ebea55

Complementary Color

#ebea55 #5556eb

#ebea55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea55 Color CSS Codes

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

#ebea55 Text Font Color

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

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


#ebea55 Background Color

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

This div background color is #ebea55


#ebea55 Border Color

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

This div border color is #ebea55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea55


Comments

No comments written yet.

Please login to write comment.