Color Hex Logo

#ebb334 Color Hex

#EBB334
(235,179,52)
0 Favorites   0 Comments

Color spaces of #ebb334

RGB 23517952
HSL0.120.820.56
HSV42°78°92°
CMYK 0.000.240.78   0.08
XYZ51.000950.150310.2408
Yxy50.15030.45790.4502
Hunter Lab70.81694.622640.9979
CIE-Lab76.16149.055367.9451

#ebb334 color RGB value is (235,179,52).

#ebb334 hex color red value is 235, green value is 179 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ebb334 hue: 0.12 , saturation: 0.82 and the lightness value of ebb334 is 0.56.

The process color (four color CMYK) of #ebb334 color hex is 0.00, 0.24, 0.78, 0.08. Web safe color of #ebb334 is #ffcc33. Color #ebb334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 00110100
Octal 353 263 64
Decimal 235 179 52
Hex EB B3 34

RGB Percentages of Color #ebb334

%50.43
%38.41
%11.16

CMYK Percentages of Color #ebb334

%0
%24
%78
%8

Triadic Colors of #ebb334

#ebb334 #34ebb3 #b334eb

Analogous Colors of #ebb334

#ebb334 #c8eb34 #eb5834

Monochromatic Colors of #ebb334

#ebb334

Complementary Color

#ebb334 #346ceb

#ebb334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb334 Color CSS Codes

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

#ebb334 Text Font Color

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

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


#ebb334 Background Color

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

This div background color is #ebb334


#ebb334 Border Color

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

This div border color is #ebb334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb334


Comments

No comments written yet.

Please login to write comment.