Color Hex Logo

#ebde0b Color Hex

#EBDE0B
(235,222,11)
0 Favorites   0 Comments

Color spaces of #ebde0b

RGB 23522211
HSL0.160.910.48
HSV57°95°92°
CMYK 0.000.060.95   0.08
XYZ60.442669.928910.6286
Yxy69.92890.42870.4959
Hunter Lab83.6235-17.322351.0007
CIE-Lab86.9620-13.831685.4329

#ebde0b color RGB value is (235,222,11).

#ebde0b hex color red value is 235, green value is 222 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ebde0b hue: 0.16 , saturation: 0.91 and the lightness value of ebde0b is 0.48.

The process color (four color CMYK) of #ebde0b color hex is 0.00, 0.06, 0.95, 0.08. Web safe color of #ebde0b is #ffcc00. Color #ebde0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00001011
Octal 353 336 13
Decimal 235 222 11
Hex EB DE B

RGB Percentages of Color #ebde0b

%50.21
%47.44
%2.35

CMYK Percentages of Color #ebde0b

%0
%6
%95
%8

Triadic Colors of #ebde0b

#ebde0b #0bebde #de0beb

Analogous Colors of #ebde0b

#ebde0b #88eb0b #eb6e0b

Monochromatic Colors of #ebde0b

#ebde0b

Complementary Color

#ebde0b #0b18eb

#ebde0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde0b Color CSS Codes

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

#ebde0b Text Font Color

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

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


#ebde0b Background Color

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

This div background color is #ebde0b


#ebde0b Border Color

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

This div border color is #ebde0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde0b


Comments

No comments written yet.

Please login to write comment.