Color Hex Logo

#ebd365 Color Hex

#EBD365
(235,211,101)
0 Favorites   0 Comments

Color spaces of #ebd365

RGB 235211101
HSL0.140.770.66
HSV49°57°92°
CMYK 0.000.100.57   0.08
XYZ59.904265.190321.7376
Yxy65.19030.40800.4440
Hunter Lab80.7405-8.860540.5558
CIE-Lab84.5817-4.852256.5259

#ebd365 color RGB value is (235,211,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01100101
Octal 353 323 145
Decimal 235 211 101
Hex EB D3 65

RGB Percentages of Color #ebd365

%42.96
%38.57
%18.46

CMYK Percentages of Color #ebd365

%0
%10
%57
%8

Triadic Colors of #ebd365

#ebd365 #65ebd3 #d365eb

Analogous Colors of #ebd365

#ebd365 #c0eb65 #eb9065

Monochromatic Colors of #ebd365

#ebd365

Complementary Color

#ebd365 #657deb

#ebd365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd365 Color CSS Codes

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

#ebd365 Text Font Color

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

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


#ebd365 Background Color

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

This div background color is #ebd365


#ebd365 Border Color

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

This div border color is #ebd365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd365


Comments

No comments written yet.

Please login to write comment.