Color Hex Logo

#ebda2b Color Hex

#EBDA2B
(235,218,43)
0 Favorites   0 Comments

Color spaces of #ebda2b

RGB 23521843
HSL0.150.830.55
HSV55°82°92°
CMYK 0.000.070.82   0.08
XYZ59.768467.979412.2567
Yxy67.97940.42690.4856
Hunter Lab82.4496-14.890748.9009
CIE-Lab85.9961-11.273179.2871

#ebda2b color RGB value is (235,218,43).

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

The process color (four color CMYK) of #ebda2b color hex is 0.00, 0.07, 0.82, 0.08. Web safe color of #ebda2b is #ffcc33. Color #ebda2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 00101011
Octal 353 332 53
Decimal 235 218 43
Hex EB DA 2B

RGB Percentages of Color #ebda2b

%47.38
%43.95
%8.67

CMYK Percentages of Color #ebda2b

%0
%7
%82
%8

Triadic Colors of #ebda2b

#ebda2b #2bebda #da2beb

Analogous Colors of #ebda2b

#ebda2b #9ceb2b #eb7a2b

Monochromatic Colors of #ebda2b

#ebda2b

Complementary Color

#ebda2b #2b3ceb

#ebda2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebda2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebda2b Color CSS Codes

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

#ebda2b Text Font Color

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

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


#ebda2b Background Color

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

This div background color is #ebda2b


#ebda2b Border Color

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

This div border color is #ebda2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebda2b


Comments

No comments written yet.

Please login to write comment.