Color Hex Logo

#ebcb98 Color Hex

#EBCB98
(235,203,152)
0 Favorites   0 Comments

Color spaces of #ebcb98

RGB 235203152
HSL0.100.670.76
HSV37°35°92°
CMYK 0.000.140.35   0.08
XYZ61.284462.641038.5667
Yxy62.64100.37720.3855
Hunter Lab79.1461-0.289526.5111
CIE-Lab83.25314.141829.6182

#ebcb98 color RGB value is (235,203,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10011000
Octal 353 313 230
Decimal 235 203 152
Hex EB CB 98

RGB Percentages of Color #ebcb98

%39.83
%34.41
%25.76

CMYK Percentages of Color #ebcb98

%0
%14
%35
%8

Triadic Colors of #ebcb98

#ebcb98 #98ebcb #cb98eb

Analogous Colors of #ebcb98

#ebcb98 #e2eb98 #eba298

Monochromatic Colors of #ebcb98

#ebcb98

Complementary Color

#ebcb98 #98b8eb

#ebcb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb98 Color CSS Codes

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

#ebcb98 Text Font Color

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

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


#ebcb98 Background Color

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

This div background color is #ebcb98


#ebcb98 Border Color

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

This div border color is #ebcb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb98


Comments

No comments written yet.

Please login to write comment.