Color Hex Logo

#ebdc45 Color Hex

#EBDC45
(235,220,69)
0 Favorites   0 Comments

Color spaces of #ebdc45

RGB 23522069
HSL0.150.810.60
HSV55°71°92°
CMYK 0.000.060.71   0.08
XYZ60.928369.278215.7910
Yxy69.27820.41730.4745
Hunter Lab83.2335-14.993847.0150
CIE-Lab86.6416-11.302171.8900

#ebdc45 color RGB value is (235,220,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01000101
Octal 353 334 105
Decimal 235 220 69
Hex EB DC 45

RGB Percentages of Color #ebdc45

%44.85
%41.98
%13.17

CMYK Percentages of Color #ebdc45

%0
%6
%71
%8

Triadic Colors of #ebdc45

#ebdc45 #45ebdc #dc45eb

Analogous Colors of #ebdc45

#ebdc45 #a7eb45 #eb8945

Monochromatic Colors of #ebdc45

#ebdc45

Complementary Color

#ebdc45 #4554eb

#ebdc45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc45 Color CSS Codes

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

#ebdc45 Text Font Color

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

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


#ebdc45 Background Color

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

This div background color is #ebdc45


#ebdc45 Border Color

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

This div border color is #ebdc45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc45


Comments

No comments written yet.

Please login to write comment.