Color Hex Logo

#ebdc68 Color Hex

#EBDC68
(235,220,104)
0 Favorites   0 Comments

Color spaces of #ebdc68

RGB 235220104
HSL0.150.770.66
HSV53°56°92°
CMYK 0.000.060.56   0.08
XYZ62.352869.848023.2924
Yxy69.84800.40100.4492
Hunter Lab83.5751-13.083141.9784
CIE-Lab86.9223-9.177757.8383

#ebdc68 color RGB value is (235,220,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01101000
Octal 353 334 150
Decimal 235 220 104
Hex EB DC 68

RGB Percentages of Color #ebdc68

%42.04
%39.36
%18.60

CMYK Percentages of Color #ebdc68

%0
%6
%56
%8

Triadic Colors of #ebdc68

#ebdc68 #68ebdc #dc68eb

Analogous Colors of #ebdc68

#ebdc68 #b9eb68 #eb9b68

Monochromatic Colors of #ebdc68

#ebdc68

Complementary Color

#ebdc68 #6877eb

#ebdc68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc68 Color CSS Codes

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

#ebdc68 Text Font Color

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

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


#ebdc68 Background Color

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

This div background color is #ebdc68


#ebdc68 Border Color

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

This div border color is #ebdc68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc68


Comments

No comments written yet.

Please login to write comment.