Color Hex Logo

#ebcb8b Color Hex

#EBCB8B
(235,203,139)
1 Favorites   0 Comments

Color spaces of #ebcb8b

RGB 235203139
HSL0.110.710.73
HSV40°41°92°
CMYK 0.000.140.41   0.08
XYZ60.277162.238133.2623
Yxy62.23810.38690.3995
Hunter Lab78.8911-1.675830.2258
CIE-Lab83.03992.681336.0605

#ebcb8b color RGB value is (235,203,139).

#ebcb8b hex color red value is 235, green value is 203 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ebcb8b hue: 0.11 , saturation: 0.71 and the lightness value of ebcb8b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 10001011
Octal 353 313 213
Decimal 235 203 139
Hex EB CB 8B

RGB Percentages of Color #ebcb8b

%40.73
%35.18
%24.09

CMYK Percentages of Color #ebcb8b

%0
%14
%41
%8

Triadic Colors of #ebcb8b

#ebcb8b #8bebcb #cb8beb

Analogous Colors of #ebcb8b

#ebcb8b #dbeb8b #eb9b8b

Monochromatic Colors of #ebcb8b

#ebcb8b

Complementary Color

#ebcb8b #8babeb

#ebcb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb8b Color CSS Codes

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

#ebcb8b Text Font Color

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

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


#ebcb8b Background Color

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

This div background color is #ebcb8b


#ebcb8b Border Color

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

This div border color is #ebcb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb8b

#ebcb8b Color Palettes


Comments

No comments written yet.

Please login to write comment.