Color Hex Logo

#ebdd29 Color Hex

#EBDD29
(235,221,41)
0 Favorites   0 Comments

Color spaces of #ebdd29

RGB 23522141
HSL0.150.830.54
HSV56°83°92°
CMYK 0.000.060.83   0.08
XYZ60.517669.535212.3298
Yxy69.53520.42500.4884
Hunter Lab83.3878-16.384549.6048
CIE-Lab86.7684-12.819380.4270

#ebdd29 color RGB value is (235,221,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 00101001
Octal 353 335 51
Decimal 235 221 41
Hex EB DD 29

RGB Percentages of Color #ebdd29

%47.28
%44.47
%8.25

CMYK Percentages of Color #ebdd29

%0
%6
%83
%8

Triadic Colors of #ebdd29

#ebdd29 #29ebdd #dd29eb

Analogous Colors of #ebdd29

#ebdd29 #98eb29 #eb7c29

Monochromatic Colors of #ebdd29

#ebdd29

Complementary Color

#ebdd29 #2937eb

#ebdd29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd29 Color CSS Codes

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

#ebdd29 Text Font Color

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

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


#ebdd29 Background Color

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

This div background color is #ebdd29


#ebdd29 Border Color

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

This div border color is #ebdd29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd29


Comments

No comments written yet.

Please login to write comment.