Color Hex Logo

#ebb185 Color Hex

#EBB185
(235,177,133)
0 Favorites   0 Comments

Color spaces of #ebb185

RGB 235177133
HSL0.070.720.72
HSV26°43°92°
CMYK 0.000.250.43   0.08
XYZ54.216750.799929.1381
Yxy50.79990.40410.3787
Hunter Lab71.274011.051725.6530
CIE-Lab76.557615.713630.6987

#ebb185 color RGB value is (235,177,133).

#ebb185 hex color red value is 235, green value is 177 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ebb185 hue: 0.07 , saturation: 0.72 and the lightness value of ebb185 is 0.72.

The process color (four color CMYK) of #ebb185 color hex is 0.00, 0.25, 0.43, 0.08. Web safe color of #ebb185 is #ff9999. Color #ebb185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 10000101
Octal 353 261 205
Decimal 235 177 133
Hex EB B1 85

RGB Percentages of Color #ebb185

%43.12
%32.48
%24.40

CMYK Percentages of Color #ebb185

%0
%25
%43
%8

Triadic Colors of #ebb185

#ebb185 #85ebb1 #b185eb

Analogous Colors of #ebb185

#ebb185 #ebe485 #eb858c

Monochromatic Colors of #ebb185

#ebb185

Complementary Color

#ebb185 #85bfeb

#ebb185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb185 Color CSS Codes

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

#ebb185 Text Font Color

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

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


#ebb185 Background Color

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

This div background color is #ebb185


#ebb185 Border Color

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

This div border color is #ebb185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb185


Comments

No comments written yet.

Please login to write comment.