Color Hex Logo

#ebe949 Color Hex

#EBE949
(235,233,73)
0 Favorites   0 Comments

Color spaces of #ebe949

RGB 23523373
HSL0.160.800.60
HSV59°69°92°
CMYK 0.000.010.69   0.08
XYZ64.602576.421017.6492
Yxy76.42100.40710.4816
Hunter Lab87.4191-21.072449.2232
CIE-Lab90.0544-17.515173.8043

#ebe949 color RGB value is (235,233,73).

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

The process color (four color CMYK) of #ebe949 color hex is 0.00, 0.01, 0.69, 0.08. Web safe color of #ebe949 is #ffff33. Color #ebe949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01001001
Octal 353 351 111
Decimal 235 233 73
Hex EB E9 49

RGB Percentages of Color #ebe949

%43.44
%43.07
%13.49

CMYK Percentages of Color #ebe949

%0
%1
%69
%8

Triadic Colors of #ebe949

#ebe949 #49ebe9 #e949eb

Analogous Colors of #ebe949

#ebe949 #9ceb49 #eb9849

Monochromatic Colors of #ebe949

#ebe949

Complementary Color

#ebe949 #494beb

#ebe949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe949 Color CSS Codes

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

#ebe949 Text Font Color

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

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


#ebe949 Background Color

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

This div background color is #ebe949


#ebe949 Border Color

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

This div border color is #ebe949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe949


Comments

No comments written yet.

Please login to write comment.