Color Hex Logo

#ebc794 Color Hex

#EBC794
(235,199,148)
0 Favorites   0 Comments

Color spaces of #ebc794

RGB 235199148
HSL0.100.690.75
HSV35°37°92°
CMYK 0.000.150.37   0.08
XYZ60.029760.647136.5591
Yxy60.64710.38180.3857
Hunter Lab77.87621.310526.6796
CIE-Lab82.18875.761830.2822

#ebc794 color RGB value is (235,199,148).

#ebc794 hex color red value is 235, green value is 199 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ebc794 hue: 0.10 , saturation: 0.69 and the lightness value of ebc794 is 0.75.

The process color (four color CMYK) of #ebc794 color hex is 0.00, 0.15, 0.37, 0.08. Web safe color of #ebc794 is #ffcc99. Color #ebc794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 10010100
Octal 353 307 224
Decimal 235 199 148
Hex EB C7 94

RGB Percentages of Color #ebc794

%40.38
%34.19
%25.43

CMYK Percentages of Color #ebc794

%0
%15
%37
%8

Triadic Colors of #ebc794

#ebc794 #94ebc7 #c794eb

Analogous Colors of #ebc794

#ebc794 #e4eb94 #eb9c94

Monochromatic Colors of #ebc794

#ebc794

Complementary Color

#ebc794 #94b8eb

#ebc794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc794 Color CSS Codes

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

#ebc794 Text Font Color

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

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


#ebc794 Background Color

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

This div background color is #ebc794


#ebc794 Border Color

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

This div border color is #ebc794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc794


Comments

No comments written yet.

Please login to write comment.