Color Hex Logo

#ebdc2d Color Hex

#EBDC2D
(235,220,45)
0 Favorites   0 Comments

Color spaces of #ebdc2d

RGB 23522045
HSL0.150.830.55
HSV55°81°92°
CMYK 0.000.060.81   0.08
XYZ60.327869.038012.6287
Yxy69.03800.42490.4862
Hunter Lab83.0891-15.804049.1509
CIE-Lab86.5229-12.211279.2280

#ebdc2d color RGB value is (235,220,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 00101101
Octal 353 334 55
Decimal 235 220 45
Hex EB DC 2D

RGB Percentages of Color #ebdc2d

%47.00
%44.00
%9.00

CMYK Percentages of Color #ebdc2d

%0
%6
%81
%8

Triadic Colors of #ebdc2d

#ebdc2d #2debdc #dc2deb

Analogous Colors of #ebdc2d

#ebdc2d #9beb2d #eb7d2d

Monochromatic Colors of #ebdc2d

#ebdc2d

Complementary Color

#ebdc2d #2d3ceb

#ebdc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc2d Color CSS Codes

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

#ebdc2d Text Font Color

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

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


#ebdc2d Background Color

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

This div background color is #ebdc2d


#ebdc2d Border Color

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

This div border color is #ebdc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc2d


Comments

No comments written yet.

Please login to write comment.