Color Hex Logo

#ebb354 Color Hex

#EBB354
(235,179,84)
0 Favorites   0 Comments

Color spaces of #ebb354

RGB 23517984
HSL0.100.790.63
HSV38°64°92°
CMYK 0.000.240.64   0.08
XYZ51.981350.542515.4035
Yxy50.54250.44080.4286
Hunter Lab71.09326.100836.9191
CIE-Lab76.401010.609455.1005

#ebb354 color RGB value is (235,179,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01010100
Octal 353 263 124
Decimal 235 179 84
Hex EB B3 54

RGB Percentages of Color #ebb354

%47.19
%35.94
%16.87

CMYK Percentages of Color #ebb354

%0
%24
%64
%8

Triadic Colors of #ebb354

#ebb354 #54ebb3 #b354eb

Analogous Colors of #ebb354

#ebb354 #d8eb54 #eb6854

Monochromatic Colors of #ebb354

#ebb354

Complementary Color

#ebb354 #548ceb

#ebb354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb354 Color CSS Codes

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

#ebb354 Text Font Color

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

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


#ebb354 Background Color

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

This div background color is #ebb354


#ebb354 Border Color

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

This div border color is #ebb354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb354


Comments

No comments written yet.

Please login to write comment.