Color Hex Logo

#ebca98 Color Hex

#EBCA98
(235,202,152)
0 Favorites   0 Comments

Color spaces of #ebca98

RGB 235202152
HSL0.100.670.76
HSV36°35°92°
CMYK 0.000.140.35   0.08
XYZ61.049062.170238.4882
Yxy62.17020.37750.3845
Hunter Lab78.84810.221526.2524
CIE-Lab83.00384.662529.2844

#ebca98 color RGB value is (235,202,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10011000
Octal 353 312 230
Decimal 235 202 152
Hex EB CA 98

RGB Percentages of Color #ebca98

%39.90
%34.30
%25.81

CMYK Percentages of Color #ebca98

%0
%14
%35
%8

Triadic Colors of #ebca98

#ebca98 #98ebca #ca98eb

Analogous Colors of #ebca98

#ebca98 #e3eb98 #eba198

Monochromatic Colors of #ebca98

#ebca98

Complementary Color

#ebca98 #98b9eb

#ebca98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebca98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebca98 Color CSS Codes

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

#ebca98 Text Font Color

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

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


#ebca98 Background Color

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

This div background color is #ebca98


#ebca98 Border Color

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

This div border color is #ebca98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebca98


Comments

No comments written yet.

Please login to write comment.