Color Hex Logo

#ebd26f Color Hex

#EBD26F
(235,210,111)
0 Favorites   0 Comments

Color spaces of #ebd26f

RGB 235210111
HSL0.130.760.68
HSV48°53°92°
CMYK 0.000.110.53   0.08
XYZ60.176864.903124.3948
Yxy64.90310.40260.4342
Hunter Lab80.5625-7.652238.4404
CIE-Lab84.4338-3.565351.6898

#ebd26f color RGB value is (235,210,111).

#ebd26f hex color red value is 235, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ebd26f hue: 0.13 , saturation: 0.76 and the lightness value of ebd26f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01101111
Octal 353 322 157
Decimal 235 210 111
Hex EB D2 6F

RGB Percentages of Color #ebd26f

%42.27
%37.77
%19.96

CMYK Percentages of Color #ebd26f

%0
%11
%53
%8

Triadic Colors of #ebd26f

#ebd26f #6febd2 #d26feb

Analogous Colors of #ebd26f

#ebd26f #c6eb6f #eb946f

Monochromatic Colors of #ebd26f

#ebd26f

Complementary Color

#ebd26f #6f88eb

#ebd26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd26f Color CSS Codes

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

#ebd26f Text Font Color

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

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


#ebd26f Background Color

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

This div background color is #ebd26f


#ebd26f Border Color

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

This div border color is #ebd26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd26f


Comments

No comments written yet.

Please login to write comment.