Color Hex Logo

#ebcc7e Color Hex

#EBCC7E
(235,204,126)
0 Favorites   0 Comments

Color spaces of #ebcc7e

RGB 235204126
HSL0.120.730.71
HSV43°46°92°
CMYK 0.000.130.46   0.08
XYZ59.619762.354328.6319
Yxy62.35430.39590.4140
Hunter Lab78.9647-3.417833.7773
CIE-Lab83.10150.848342.7319

#ebcc7e color RGB value is (235,204,126).

#ebcc7e hex color red value is 235, green value is 204 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebcc7e hue: 0.12 , saturation: 0.73 and the lightness value of ebcc7e is 0.71.

The process color (four color CMYK) of #ebcc7e color hex is 0.00, 0.13, 0.46, 0.08. Web safe color of #ebcc7e is #ffcc66. Color #ebcc7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001100 01111110
Octal 353 314 176
Decimal 235 204 126
Hex EB CC 7E

RGB Percentages of Color #ebcc7e

%41.59
%36.11
%22.30

CMYK Percentages of Color #ebcc7e

%0
%13
%46
%8

Triadic Colors of #ebcc7e

#ebcc7e #7eebcc #cc7eeb

Analogous Colors of #ebcc7e

#ebcc7e #d4eb7e #eb967e

Monochromatic Colors of #ebcc7e

#ebcc7e

Complementary Color

#ebcc7e #7e9deb

#ebcc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcc7e Color CSS Codes

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

#ebcc7e Text Font Color

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

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


#ebcc7e Background Color

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

This div background color is #ebcc7e


#ebcc7e Border Color

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

This div border color is #ebcc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcc7e


Comments

No comments written yet.

Please login to write comment.