Color Hex Logo

#ebde21 Color Hex

#EBDE21
(235,222,33)
0 Favorites   0 Comments

Color spaces of #ebde21

RGB 23522233
HSL0.160.830.53
HSV56°86°92°
CMYK 0.000.060.86   0.08
XYZ60.656770.014511.7560
Yxy70.01450.42590.4916
Hunter Lab83.6747-17.034050.2422
CIE-Lab87.0040-13.505582.3581

#ebde21 color RGB value is (235,222,33).

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

The process color (four color CMYK) of #ebde21 color hex is 0.00, 0.06, 0.86, 0.08. Web safe color of #ebde21 is #ffcc33. Color #ebde21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 00100001
Octal 353 336 41
Decimal 235 222 33
Hex EB DE 21

RGB Percentages of Color #ebde21

%47.96
%45.31
%6.73

CMYK Percentages of Color #ebde21

%0
%6
%86
%8

Triadic Colors of #ebde21

#ebde21 #21ebde #de21eb

Analogous Colors of #ebde21

#ebde21 #93eb21 #eb7921

Monochromatic Colors of #ebde21

#ebde21

Complementary Color

#ebde21 #212eeb

#ebde21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde21 Color CSS Codes

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

#ebde21 Text Font Color

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

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


#ebde21 Background Color

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

This div background color is #ebde21


#ebde21 Border Color

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

This div border color is #ebde21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde21


Comments

No comments written yet.

Please login to write comment.