Color Hex Logo

#ebc367 Color Hex

#EBC367
(235,195,103)
0 Favorites   0 Comments

Color spaces of #ebc367

RGB 235195103
HSL0.120.770.66
HSV42°56°92°
CMYK 0.000.170.56   0.08
XYZ56.224257.671721.0004
Yxy57.67170.41680.4275
Hunter Lab75.9419-0.744436.7637
CIE-Lab80.55593.535850.9215

#ebc367 color RGB value is (235,195,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000011 01100111
Octal 353 303 147
Decimal 235 195 103
Hex EB C3 67

RGB Percentages of Color #ebc367

%44.09
%36.59
%19.32

CMYK Percentages of Color #ebc367

%0
%17
%56
%8

Triadic Colors of #ebc367

#ebc367 #67ebc3 #c367eb

Analogous Colors of #ebc367

#ebc367 #d1eb67 #eb8167

Monochromatic Colors of #ebc367

#ebc367

Complementary Color

#ebc367 #678feb

#ebc367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc367 Color CSS Codes

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

#ebc367 Text Font Color

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

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


#ebc367 Background Color

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

This div background color is #ebc367


#ebc367 Border Color

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

This div border color is #ebc367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc367


Comments

No comments written yet.

Please login to write comment.