Color Hex Logo

#ebd08b Color Hex

#EBD08B
(235,208,139)
0 Favorites   0 Comments

Color spaces of #ebd08b

RGB 235208139
HSL0.120.710.73
HSV43°41°92°
CMYK 0.000.110.41   0.08
XYZ61.477064.638033.6623
Yxy64.63800.38480.4046
Hunter Lab80.3978-4.204231.4539
CIE-Lab84.29680.095037.6899

#ebd08b color RGB value is (235,208,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 10001011
Octal 353 320 213
Decimal 235 208 139
Hex EB D0 8B

RGB Percentages of Color #ebd08b

%40.38
%35.74
%23.88

CMYK Percentages of Color #ebd08b

%0
%11
%41
%8

Triadic Colors of #ebd08b

#ebd08b #8bebd0 #d08beb

Analogous Colors of #ebd08b

#ebd08b #d6eb8b #eba08b

Monochromatic Colors of #ebd08b

#ebd08b

Complementary Color

#ebd08b #8ba6eb

#ebd08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd08b Color CSS Codes

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

#ebd08b Text Font Color

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

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


#ebd08b Background Color

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

This div background color is #ebd08b


#ebd08b Border Color

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

This div border color is #ebd08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd08b


Comments

No comments written yet.

Please login to write comment.