Color Hex Logo

#ebb38e Color Hex

#EBB38E
(235,179,142)
0 Favorites   0 Comments

Color spaces of #ebb38e

RGB 235179142
HSL0.070.700.74
HSV24°40°92°
CMYK 0.000.240.40   0.08
XYZ55.263551.855432.6876
Yxy51.85540.39530.3709
Hunter Lab72.010710.968423.4942
CIE-Lab77.194315.621226.7622

#ebb38e color RGB value is (235,179,142).

#ebb38e hex color red value is 235, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ebb38e hue: 0.07 , saturation: 0.70 and the lightness value of ebb38e is 0.74.

The process color (four color CMYK) of #ebb38e color hex is 0.00, 0.24, 0.40, 0.08. Web safe color of #ebb38e is #ffcc99. Color #ebb38e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 10001110
Octal 353 263 216
Decimal 235 179 142
Hex EB B3 8E

RGB Percentages of Color #ebb38e

%42.27
%32.19
%25.54

CMYK Percentages of Color #ebb38e

%0
%24
%40
%8

Triadic Colors of #ebb38e

#ebb38e #8eebb3 #b38eeb

Analogous Colors of #ebb38e

#ebb38e #ebe28e #eb8e98

Monochromatic Colors of #ebb38e

#ebb38e

Complementary Color

#ebb38e #8ec6eb

#ebb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb38e Color CSS Codes

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

#ebb38e Text Font Color

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

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


#ebb38e Background Color

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

This div background color is #ebb38e


#ebb38e Border Color

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

This div border color is #ebb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb38e

#ebb38e Color Palettes


Comments

No comments written yet.

Please login to write comment.