Color Hex Logo

#ebdc65 Color Hex

#EBDC65
(235,220,101)
0 Favorites   0 Comments

Color spaces of #ebdc65

RGB 235220101
HSL0.150.770.66
HSV53°57°92°
CMYK 0.000.060.57   0.08
XYZ62.203169.788222.5039
Yxy69.78820.40260.4517
Hunter Lab83.5393-13.283342.5059
CIE-Lab86.8929-9.399059.1529

#ebdc65 color RGB value is (235,220,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 01100101
Octal 353 334 145
Decimal 235 220 101
Hex EB DC 65

RGB Percentages of Color #ebdc65

%42.27
%39.57
%18.17

CMYK Percentages of Color #ebdc65

%0
%6
%57
%8

Triadic Colors of #ebdc65

#ebdc65 #65ebdc #dc65eb

Analogous Colors of #ebdc65

#ebdc65 #b7eb65 #eb9965

Monochromatic Colors of #ebdc65

#ebdc65

Complementary Color

#ebdc65 #6574eb

#ebdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdc65 Color CSS Codes

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

#ebdc65 Text Font Color

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

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


#ebdc65 Background Color

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

This div background color is #ebdc65


#ebdc65 Border Color

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

This div border color is #ebdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdc65


Comments

No comments written yet.

Please login to write comment.