Color Hex Logo

#ebde01 Color Hex

#EBDE01
(235,222,1)
0 Favorites   0 Comments

Color spaces of #ebde01

RGB 2352221
HSL0.160.990.46
HSV57°100°92°
CMYK 0.000.061.00   0.08
XYZ60.387769.906910.3393
Yxy69.90690.42940.4971
Hunter Lab83.6103-17.396251.1954
CIE-Lab86.9512-13.915286.2575

#ebde01 color RGB value is (235,222,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00000001
Octal 353 336 1
Decimal 235 222 1
Hex EB DE 1

RGB Percentages of Color #ebde01

%51.31
%48.47
%0.22

CMYK Percentages of Color #ebde01

%0
%6
%100
%8

Triadic Colors of #ebde01

#ebde01 #01ebde #de01eb

Analogous Colors of #ebde01

#ebde01 #83eb01 #eb6901

Monochromatic Colors of #ebde01

#ebde01

Complementary Color

#ebde01 #010eeb

#ebde01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde01 Color CSS Codes

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

#ebde01 Text Font Color

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

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


#ebde01 Background Color

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

This div background color is #ebde01


#ebde01 Border Color

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

This div border color is #ebde01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde01


Comments

No comments written yet.

Please login to write comment.