Color Hex Logo

#ebc26f Color Hex

#EBC26F
(235,194,111)
0 Favorites   0 Comments

Color spaces of #ebc26f

RGB 235194111
HSL0.110.760.68
HSV40°53°92°
CMYK 0.000.170.53   0.08
XYZ56.422057.393423.1432
Yxy57.39340.41200.4191
Hunter Lab75.75840.362834.9186
CIE-Lab80.40044.698046.8496

#ebc26f color RGB value is (235,194,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 01101111
Octal 353 302 157
Decimal 235 194 111
Hex EB C2 6F

RGB Percentages of Color #ebc26f

%43.52
%35.93
%20.56

CMYK Percentages of Color #ebc26f

%0
%17
%53
%8

Triadic Colors of #ebc26f

#ebc26f #6febc2 #c26feb

Analogous Colors of #ebc26f

#ebc26f #d6eb6f #eb846f

Monochromatic Colors of #ebc26f

#ebc26f

Complementary Color

#ebc26f #6f98eb

#ebc26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc26f Color CSS Codes

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

#ebc26f Text Font Color

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

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


#ebc26f Background Color

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

This div background color is #ebc26f


#ebc26f Border Color

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

This div border color is #ebc26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc26f


Comments

No comments written yet.

Please login to write comment.