Color Hex Logo

#ebdd65 Color Hex

#EBDD65
(235,221,101)
0 Favorites   0 Comments

Color spaces of #ebdd65

RGB 235221101
HSL0.150.770.66
HSV54°57°92°
CMYK 0.000.060.57   0.08
XYZ62.466470.314722.5917
Yxy70.31470.40200.4526
Hunter Lab83.8539-13.771842.7239
CIE-Lab87.1510-9.899959.4444

#ebdd65 color RGB value is (235,221,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 01100101
Octal 353 335 145
Decimal 235 221 101
Hex EB DD 65

RGB Percentages of Color #ebdd65

%42.19
%39.68
%18.13

CMYK Percentages of Color #ebdd65

%0
%6
%57
%8

Triadic Colors of #ebdd65

#ebdd65 #65ebdd #dd65eb

Analogous Colors of #ebdd65

#ebdd65 #b6eb65 #eb9a65

Monochromatic Colors of #ebdd65

#ebdd65

Complementary Color

#ebdd65 #6573eb

#ebdd65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd65 Color CSS Codes

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

#ebdd65 Text Font Color

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

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


#ebdd65 Background Color

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

This div background color is #ebdd65


#ebdd65 Border Color

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

This div border color is #ebdd65


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,221,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 #ebdd65">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd65


Comments

No comments written yet.

Please login to write comment.