Color Hex Logo

#ebdd1d Color Hex

#EBDD1D
(235,221,29)
0 Favorites   0 Comments

Color spaces of #ebdd1d

RGB 23522129
HSL0.160.840.52
HSV56°88°92°
CMYK 0.000.060.88   0.08
XYZ60.339269.463811.3900
Yxy69.46380.42740.4920
Hunter Lab83.3449-16.625150.2388
CIE-Lab86.7332-13.090882.8900

#ebdd1d color RGB value is (235,221,29).

#ebdd1d hex color red value is 235, green value is 221 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ebdd1d hue: 0.16 , saturation: 0.84 and the lightness value of ebdd1d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 00011101
Octal 353 335 35
Decimal 235 221 29
Hex EB DD 1D

RGB Percentages of Color #ebdd1d

%48.45
%45.57
%5.98

CMYK Percentages of Color #ebdd1d

%0
%6
%88
%8

Triadic Colors of #ebdd1d

#ebdd1d #1debdd #dd1deb

Analogous Colors of #ebdd1d

#ebdd1d #92eb1d #eb761d

Monochromatic Colors of #ebdd1d

#ebdd1d

Complementary Color

#ebdd1d #1d2beb

#ebdd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd1d Color CSS Codes

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

#ebdd1d Text Font Color

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

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


#ebdd1d Background Color

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

This div background color is #ebdd1d


#ebdd1d Border Color

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

This div border color is #ebdd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd1d


Comments

No comments written yet.

Please login to write comment.