Color Hex Logo

#ebbb8a Color Hex

#EBBB8A
(235,187,138)
0 Favorites   0 Comments

Color spaces of #ebbb8a

RGB 235187138
HSL0.080.710.73
HSV30°41°92°
CMYK 0.000.200.41   0.08
XYZ56.618755.037831.6840
Yxy55.03780.39500.3840
Hunter Lab74.18756.400326.6096
CIE-Lab79.063010.950031.3690

#ebbb8a color RGB value is (235,187,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 10001010
Octal 353 273 212
Decimal 235 187 138
Hex EB BB 8A

RGB Percentages of Color #ebbb8a

%41.96
%33.39
%24.64

CMYK Percentages of Color #ebbb8a

%0
%20
%41
%8

Triadic Colors of #ebbb8a

#ebbb8a #8aebbb #bb8aeb

Analogous Colors of #ebbb8a

#ebbb8a #ebeb8a #eb8b8a

Monochromatic Colors of #ebbb8a

#ebbb8a

Complementary Color

#ebbb8a #8abaeb

#ebbb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb8a Color CSS Codes

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

#ebbb8a Text Font Color

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

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


#ebbb8a Background Color

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

This div background color is #ebbb8a


#ebbb8a Border Color

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

This div border color is #ebbb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb8a

#ebbb8a Color Palettes


Comments

No comments written yet.

Please login to write comment.