Color Hex Logo

#ebd147 Color Hex

#EBD147
(235,209,71)
0 Favorites   0 Comments

Color spaces of #ebd147

RGB 23520971
HSL0.140.800.60
HSV50°70°92°
CMYK 0.000.110.70   0.08
XYZ58.198763.718015.1926
Yxy63.71800.42450.4647
Hunter Lab79.8236-9.548344.5920
CIE-Lab83.8187-5.671168.3674

#ebd147 color RGB value is (235,209,71).

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

The process color (four color CMYK) of #ebd147 color hex is 0.00, 0.11, 0.70, 0.08. Web safe color of #ebd147 is #ffcc33. Color #ebd147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010001 01000111
Octal 353 321 107
Decimal 235 209 71
Hex EB D1 47

RGB Percentages of Color #ebd147

%45.63
%40.58
%13.79

CMYK Percentages of Color #ebd147

%0
%11
%70
%8

Triadic Colors of #ebd147

#ebd147 #47ebd1 #d147eb

Analogous Colors of #ebd147

#ebd147 #b3eb47 #eb7f47

Monochromatic Colors of #ebd147

#ebd147

Complementary Color

#ebd147 #4761eb

#ebd147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd147 Color CSS Codes

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

#ebd147 Text Font Color

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

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


#ebd147 Background Color

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

This div background color is #ebd147


#ebd147 Border Color

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

This div border color is #ebd147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd147


Comments

No comments written yet.

Please login to write comment.