Color Hex Logo

#ebb38a Color Hex

#EBB38A
(235,179,138)
0 Favorites   0 Comments

Color spaces of #ebb38a

RGB 235179138
HSL0.070.710.73
HSV25°41°92°
CMYK 0.000.240.41   0.08
XYZ54.968551.737331.1339
Yxy51.73730.39880.3753
Hunter Lab71.928610.536124.6867
CIE-Lab77.123515.182528.7965

#ebb38a color RGB value is (235,179,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 10001010
Octal 353 263 212
Decimal 235 179 138
Hex EB B3 8A

RGB Percentages of Color #ebb38a

%42.57
%32.43
%25.00

CMYK Percentages of Color #ebb38a

%0
%24
%41
%8

Triadic Colors of #ebb38a

#ebb38a #8aebb3 #b38aeb

Analogous Colors of #ebb38a

#ebb38a #ebe48a #eb8a92

Monochromatic Colors of #ebb38a

#ebb38a

Complementary Color

#ebb38a #8ac2eb

#ebb38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb38a Color CSS Codes

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

#ebb38a Text Font Color

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

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


#ebb38a Background Color

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

This div background color is #ebb38a


#ebb38a Border Color

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

This div border color is #ebb38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb38a


Comments

No comments written yet.

Please login to write comment.