Color Hex Logo

#ebb288 Color Hex

#EBB288
(235,178,136)
0 Favorites   0 Comments

Color spaces of #ebb288

RGB 235178136
HSL0.070.710.73
HSV25°42°92°
CMYK 0.000.240.42   0.08
XYZ54.625351.280530.3116
Yxy51.28050.40100.3765
Hunter Lab71.610410.843825.0307
CIE-Lab76.848615.498629.4929

#ebb288 color RGB value is (235,178,136).

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

The process color (four color CMYK) of #ebb288 color hex is 0.00, 0.24, 0.42, 0.08. Web safe color of #ebb288 is #ff9999. Color #ebb288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 10001000
Octal 353 262 210
Decimal 235 178 136
Hex EB B2 88

RGB Percentages of Color #ebb288

%42.81
%32.42
%24.77

CMYK Percentages of Color #ebb288

%0
%24
%42
%8

Triadic Colors of #ebb288

#ebb288 #88ebb2 #b288eb

Analogous Colors of #ebb288

#ebb288 #ebe488 #eb8890

Monochromatic Colors of #ebb288

#ebb288

Complementary Color

#ebb288 #88c1eb

#ebb288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb288 Color CSS Codes

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

#ebb288 Text Font Color

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

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


#ebb288 Background Color

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

This div background color is #ebb288


#ebb288 Border Color

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

This div border color is #ebb288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb288


Comments

No comments written yet.

Please login to write comment.