Color Hex Logo

#ebdd32 Color Hex

#EBDD32
(235,221,50)
0 Favorites   0 Comments

Color spaces of #ebdd32

RGB 23522150
HSL0.150.820.56
HSV55°79°92°
CMYK 0.000.060.79   0.08
XYZ60.693169.605413.2539
Yxy69.60540.42280.4849
Hunter Lab83.4299-16.148048.9819
CIE-Lab86.8030-12.553078.1273

#ebdd32 color RGB value is (235,221,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 00110010
Octal 353 335 62
Decimal 235 221 50
Hex EB DD 32

RGB Percentages of Color #ebdd32

%46.44
%43.68
%9.88

CMYK Percentages of Color #ebdd32

%0
%6
%79
%8

Triadic Colors of #ebdd32

#ebdd32 #32ebdd #dd32eb

Analogous Colors of #ebdd32

#ebdd32 #9deb32 #eb8132

Monochromatic Colors of #ebdd32

#ebdd32

Complementary Color

#ebdd32 #3240eb

#ebdd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd32 Color CSS Codes

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

#ebdd32 Text Font Color

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

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


#ebdd32 Background Color

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

This div background color is #ebdd32


#ebdd32 Border Color

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

This div border color is #ebdd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd32


Comments

No comments written yet.

Please login to write comment.