Color Hex Logo

#ebd265 Color Hex

#EBD265
(235,210,101)
0 Favorites   0 Comments

Color spaces of #ebd265

RGB 235210101
HSL0.140.770.66
HSV49°57°92°
CMYK 0.000.110.57   0.08
XYZ59.656564.694921.6551
Yxy64.69490.40860.4431
Hunter Lab80.4331-8.366240.3405
CIE-Lab84.3263-4.342956.2335

#ebd265 color RGB value is (235,210,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01100101
Octal 353 322 145
Decimal 235 210 101
Hex EB D2 65

RGB Percentages of Color #ebd265

%43.04
%38.46
%18.50

CMYK Percentages of Color #ebd265

%0
%11
%57
%8

Triadic Colors of #ebd265

#ebd265 #65ebd2 #d265eb

Analogous Colors of #ebd265

#ebd265 #c1eb65 #eb8f65

Monochromatic Colors of #ebd265

#ebd265

Complementary Color

#ebd265 #657eeb

#ebd265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd265 Color CSS Codes

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

#ebd265 Text Font Color

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

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


#ebd265 Background Color

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

This div background color is #ebd265


#ebd265 Border Color

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

This div border color is #ebd265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd265


Comments

No comments written yet.

Please login to write comment.