Color Hex Logo

#ebb38d Color Hex

#EBB38D
(235,179,141)
0 Favorites   0 Comments

Color spaces of #ebb38d

RGB 235179141
HSL0.070.700.74
HSV24°40°92°
CMYK 0.000.240.40   0.08
XYZ55.188851.825532.2939
Yxy51.82550.39620.3720
Hunter Lab71.989910.859023.7961
CIE-Lab77.176415.510327.2712

#ebb38d color RGB value is (235,179,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 10001101
Octal 353 263 215
Decimal 235 179 141
Hex EB B3 8D

RGB Percentages of Color #ebb38d

%42.34
%32.25
%25.41

CMYK Percentages of Color #ebb38d

%0
%24
%40
%8

Triadic Colors of #ebb38d

#ebb38d #8debb3 #b38deb

Analogous Colors of #ebb38d

#ebb38d #ebe28d #eb8d96

Monochromatic Colors of #ebb38d

#ebb38d

Complementary Color

#ebb38d #8dc5eb

#ebb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb38d Color CSS Codes

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

#ebb38d Text Font Color

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

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


#ebb38d Background Color

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

This div background color is #ebb38d


#ebb38d Border Color

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

This div border color is #ebb38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb38d


Comments

No comments written yet.

Please login to write comment.