Color Hex Logo

#ebdb9b Color Hex

#EBDB9B
(235,219,155)
0 Favorites   0 Comments

Color spaces of #ebdb9b

RGB 235219155
HSL0.130.670.76
HSV48°34°92°
CMYK 0.000.070.34   0.08
XYZ65.508970.691841.2025
Yxy70.69180.36930.3985
Hunter Lab84.0784-8.060629.7999
CIE-Lab87.3351-3.747133.5030

#ebdb9b color RGB value is (235,219,155).

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

The process color (four color CMYK) of #ebdb9b color hex is 0.00, 0.07, 0.34, 0.08. Web safe color of #ebdb9b is #ffcc99. Color #ebdb9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10011011
Octal 353 333 233
Decimal 235 219 155
Hex EB DB 9B

RGB Percentages of Color #ebdb9b

%38.59
%35.96
%25.45

CMYK Percentages of Color #ebdb9b

%0
%7
%34
%8

Triadic Colors of #ebdb9b

#ebdb9b #9bebdb #db9beb

Analogous Colors of #ebdb9b

#ebdb9b #d3eb9b #ebb39b

Monochromatic Colors of #ebdb9b

#ebdb9b

Complementary Color

#ebdb9b #9babeb

#ebdb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb9b Color CSS Codes

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

#ebdb9b Text Font Color

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

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


#ebdb9b Background Color

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

This div background color is #ebdb9b


#ebdb9b Border Color

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

This div border color is #ebdb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb9b


Comments

No comments written yet.

Please login to write comment.