Color Hex Logo

#ebdd50 Color Hex

#EBDD50
(235,221,80)
0 Favorites   0 Comments

Color spaces of #ebdd50

RGB 23522180
HSL0.150.790.62
HSV55°66°92°
CMYK 0.000.060.66   0.08
XYZ61.565469.954317.8471
Yxy69.95430.41220.4683
Hunter Lab83.6387-14.976145.8956
CIE-Lab86.9744-11.239268.0879

#ebdd50 color RGB value is (235,221,80).

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

The process color (four color CMYK) of #ebdd50 color hex is 0.00, 0.06, 0.66, 0.08. Web safe color of #ebdd50 is #ffcc66. Color #ebdd50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 01010000
Octal 353 335 120
Decimal 235 221 80
Hex EB DD 50

RGB Percentages of Color #ebdd50

%43.84
%41.23
%14.93

CMYK Percentages of Color #ebdd50

%0
%6
%66
%8

Triadic Colors of #ebdd50

#ebdd50 #50ebdd #dd50eb

Analogous Colors of #ebdd50

#ebdd50 #aceb50 #eb9050

Monochromatic Colors of #ebdd50

#ebdd50

Complementary Color

#ebdd50 #505eeb

#ebdd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd50 Color CSS Codes

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

#ebdd50 Text Font Color

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

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


#ebdd50 Background Color

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

This div background color is #ebdd50


#ebdd50 Border Color

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

This div border color is #ebdd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd50


Comments

No comments written yet.

Please login to write comment.