Color Hex Logo

#ebe149 Color Hex

#EBE149
(235,225,73)
0 Favorites   0 Comments

Color spaces of #ebe149

RGB 23522573
HSL0.160.800.60
HSV56°69°92°
CMYK 0.000.040.69   0.08
XYZ62.388871.993616.9113
Yxy71.99360.41240.4759
Hunter Lab84.8490-17.236247.5772
CIE-Lab87.9655-13.590971.7442

#ebe149 color RGB value is (235,225,73).

#ebe149 hex color red value is 235, green value is 225 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ebe149 hue: 0.16 , saturation: 0.80 and the lightness value of ebe149 is 0.60.

The process color (four color CMYK) of #ebe149 color hex is 0.00, 0.04, 0.69, 0.08. Web safe color of #ebe149 is #ffcc33. Color #ebe149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01001001
Octal 353 341 111
Decimal 235 225 73
Hex EB E1 49

RGB Percentages of Color #ebe149

%44.09
%42.21
%13.70

CMYK Percentages of Color #ebe149

%0
%4
%69
%8

Triadic Colors of #ebe149

#ebe149 #49ebe1 #e149eb

Analogous Colors of #ebe149

#ebe149 #a4eb49 #eb9049

Monochromatic Colors of #ebe149

#ebe149

Complementary Color

#ebe149 #4953eb

#ebe149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe149 Color CSS Codes

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

#ebe149 Text Font Color

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

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


#ebe149 Background Color

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

This div background color is #ebe149


#ebe149 Border Color

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

This div border color is #ebe149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe149


Comments

No comments written yet.

Please login to write comment.