Color Hex Logo

#ebba2e Color Hex

#EBBA2E
(235,186,46)
0 Favorites   0 Comments

Color spaces of #ebba2e

RGB 23518646
HSL0.120.830.55
HSV44°80°92°
CMYK 0.000.210.80   0.08
XYZ52.313052.977210.0532
Yxy52.97720.45350.4593
Hunter Lab72.78540.918642.7606
CIE-Lab77.86155.182171.4352

#ebba2e color RGB value is (235,186,46).

#ebba2e hex color red value is 235, green value is 186 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ebba2e hue: 0.12 , saturation: 0.83 and the lightness value of ebba2e is 0.55.

The process color (four color CMYK) of #ebba2e color hex is 0.00, 0.21, 0.80, 0.08. Web safe color of #ebba2e is #ffcc33. Color #ebba2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 00101110
Octal 353 272 56
Decimal 235 186 46
Hex EB BA 2E

RGB Percentages of Color #ebba2e

%50.32
%39.83
%9.85

CMYK Percentages of Color #ebba2e

%0
%21
%80
%8

Triadic Colors of #ebba2e

#ebba2e #2eebba #ba2eeb

Analogous Colors of #ebba2e

#ebba2e #beeb2e #eb5c2e

Monochromatic Colors of #ebba2e

#ebba2e

Complementary Color

#ebba2e #2e5feb

#ebba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebba2e Color CSS Codes

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

#ebba2e Text Font Color

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

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


#ebba2e Background Color

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

This div background color is #ebba2e


#ebba2e Border Color

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

This div border color is #ebba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebba2e


Comments

No comments written yet.

Please login to write comment.