Color Hex Logo

#ebbe05 Color Hex

#EBBE05
(235,190,5)
0 Favorites   0 Comments

Color spaces of #ebbe05

RGB 2351905
HSL0.130.960.47
HSV48°98°92°
CMYK 0.000.190.98   0.08
XYZ52.701854.50007.8855
Yxy54.50000.45790.4736
Hunter Lab73.8241-1.764045.3438
CIE-Lab78.75242.354880.0007

#ebbe05 color RGB value is (235,190,5).

#ebbe05 hex color red value is 235, green value is 190 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ebbe05 hue: 0.13 , saturation: 0.96 and the lightness value of ebbe05 is 0.47.

The process color (four color CMYK) of #ebbe05 color hex is 0.00, 0.19, 0.98, 0.08. Web safe color of #ebbe05 is #ffcc00. Color #ebbe05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 00000101
Octal 353 276 5
Decimal 235 190 5
Hex EB BE 5

RGB Percentages of Color #ebbe05

%54.65
%44.19
%1.16

CMYK Percentages of Color #ebbe05

%0
%19
%98
%8

Triadic Colors of #ebbe05

#ebbe05 #05ebbe #be05eb

Analogous Colors of #ebbe05

#ebbe05 #a5eb05 #eb4b05

Monochromatic Colors of #ebbe05

#ebbe05

Complementary Color

#ebbe05 #0532eb

#ebbe05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe05 Color CSS Codes

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

#ebbe05 Text Font Color

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

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


#ebbe05 Background Color

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

This div background color is #ebbe05


#ebbe05 Border Color

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

This div border color is #ebbe05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe05


Comments

No comments written yet.

Please login to write comment.