Color Hex Logo

#ebc598 Color Hex

#EBC598
(235,197,152)
0 Favorites   0 Comments

Color spaces of #ebc598

RGB 235197152
HSL0.090.670.76
HSV33°35°92°
CMYK 0.000.160.35   0.08
XYZ59.894759.861738.1034
Yxy59.86170.37940.3792
Hunter Lab77.37032.784124.9601
CIE-Lab81.76307.274927.6178

#ebc598 color RGB value is (235,197,152).

#ebc598 hex color red value is 235, green value is 197 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebc598 hue: 0.09 , saturation: 0.67 and the lightness value of ebc598 is 0.76.

The process color (four color CMYK) of #ebc598 color hex is 0.00, 0.16, 0.35, 0.08. Web safe color of #ebc598 is #ffcc99. Color #ebc598 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 10011000
Octal 353 305 230
Decimal 235 197 152
Hex EB C5 98

RGB Percentages of Color #ebc598

%40.24
%33.73
%26.03

CMYK Percentages of Color #ebc598

%0
%16
%35
%8

Triadic Colors of #ebc598

#ebc598 #98ebc5 #c598eb

Analogous Colors of #ebc598

#ebc598 #e8eb98 #eb9c98

Monochromatic Colors of #ebc598

#ebc598

Complementary Color

#ebc598 #98beeb

#ebc598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc598 Color CSS Codes

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

#ebc598 Text Font Color

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

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


#ebc598 Background Color

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

This div background color is #ebc598


#ebc598 Border Color

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

This div border color is #ebc598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc598


Comments

No comments written yet.

Please login to write comment.