Color Hex Logo

#ebdd2e Color Hex

#EBDD2E
(235,221,46)
0 Favorites   0 Comments

Color spaces of #ebdd2e

RGB 23522146
HSL0.150.830.55
HSV56°80°92°
CMYK 0.000.060.80   0.08
XYZ60.610569.572312.8191
Yxy69.57230.42380.4865
Hunter Lab83.4100-16.259249.2749
CIE-Lab86.7867-12.678179.1951

#ebdd2e color RGB value is (235,221,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 00101110
Octal 353 335 56
Decimal 235 221 46
Hex EB DD 2E

RGB Percentages of Color #ebdd2e

%46.81
%44.02
%9.16

CMYK Percentages of Color #ebdd2e

%0
%6
%80
%8

Triadic Colors of #ebdd2e

#ebdd2e #2eebdd #dd2eeb

Analogous Colors of #ebdd2e

#ebdd2e #9beb2e #eb7f2e

Monochromatic Colors of #ebdd2e

#ebdd2e

Complementary Color

#ebdd2e #2e3ceb

#ebdd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd2e Color CSS Codes

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

#ebdd2e Text Font Color

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

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


#ebdd2e Background Color

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

This div background color is #ebdd2e


#ebdd2e Border Color

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

This div border color is #ebdd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd2e


Comments

No comments written yet.

Please login to write comment.