Color Hex Logo

#ebb298 Color Hex

#EBB298
(235,178,152)
0 Favorites   0 Comments

Color spaces of #ebb298

RGB 235178152
HSL0.050.670.76
HSV19°35°92°
CMYK 0.000.240.35   0.08
XYZ55.848851.770036.7548
Yxy51.77000.38680.3586
Hunter Lab71.951412.637220.0789
CIE-Lab77.143117.310021.3353

#ebb298 color RGB value is (235,178,152).

#ebb298 hex color red value is 235, green value is 178 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebb298 hue: 0.05 , saturation: 0.67 and the lightness value of ebb298 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 10011000
Octal 353 262 230
Decimal 235 178 152
Hex EB B2 98

RGB Percentages of Color #ebb298

%41.59
%31.50
%26.90

CMYK Percentages of Color #ebb298

%0
%24
%35
%8

Triadic Colors of #ebb298

#ebb298 #98ebb2 #b298eb

Analogous Colors of #ebb298

#ebb298 #ebdc98 #eb98a8

Monochromatic Colors of #ebb298

#ebb298

Complementary Color

#ebb298 #98d1eb

#ebb298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb298 Color CSS Codes

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

#ebb298 Text Font Color

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

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


#ebb298 Background Color

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

This div background color is #ebb298


#ebb298 Border Color

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

This div border color is #ebb298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb298


Comments

No comments written yet.

Please login to write comment.