Color Hex Logo

#ebbd05 Color Hex

#EBBD05
(235,189,5)
0 Favorites   0 Comments

Color spaces of #ebbd05

RGB 2351895
HSL0.130.960.47
HSV48°98°92°
CMYK 0.000.200.98   0.08
XYZ52.485954.06837.8135
Yxy54.06830.45890.4728
Hunter Lab73.5311-1.267845.1716
CIE-Lab78.50152.874479.8227

#ebbd05 color RGB value is (235,189,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 00000101
Octal 353 275 5
Decimal 235 189 5
Hex EB BD 5

RGB Percentages of Color #ebbd05

%54.78
%44.06
%1.17

CMYK Percentages of Color #ebbd05

%0
%20
%98
%8

Triadic Colors of #ebbd05

#ebbd05 #05ebbd #bd05eb

Analogous Colors of #ebbd05

#ebbd05 #a6eb05 #eb4a05

Monochromatic Colors of #ebbd05

#ebbd05

Complementary Color

#ebbd05 #0533eb

#ebbd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd05 Color CSS Codes

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

#ebbd05 Text Font Color

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

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


#ebbd05 Background Color

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

This div background color is #ebbd05


#ebbd05 Border Color

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

This div border color is #ebbd05


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,189,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 #ebbd05">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd05


Comments

No comments written yet.

Please login to write comment.