Color Hex Logo

#ebe298 Color Hex

#EBE298
(235,226,152)
0 Favorites   0 Comments

Color spaces of #ebe298

RGB 235226152
HSL0.150.670.76
HSV53°35°92°
CMYK 0.000.040.35   0.08
XYZ67.124874.321940.5135
Yxy74.32190.36890.4085
Hunter Lab86.2102-11.884432.4844
CIE-Lab89.0744-7.642337.3128

#ebe298 color RGB value is (235,226,152).

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

The process color (four color CMYK) of #ebe298 color hex is 0.00, 0.04, 0.35, 0.08. Web safe color of #ebe298 is #ffcc99. Color #ebe298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10011000
Octal 353 342 230
Decimal 235 226 152
Hex EB E2 98

RGB Percentages of Color #ebe298

%38.34
%36.87
%24.80

CMYK Percentages of Color #ebe298

%0
%4
%35
%8

Triadic Colors of #ebe298

#ebe298 #98ebe2 #e298eb

Analogous Colors of #ebe298

#ebe298 #cbeb98 #ebb998

Monochromatic Colors of #ebe298

#ebe298

Complementary Color

#ebe298 #98a1eb

#ebe298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe298 Color CSS Codes

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

#ebe298 Text Font Color

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

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


#ebe298 Background Color

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

This div background color is #ebe298


#ebe298 Border Color

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

This div border color is #ebe298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe298


Comments

No comments written yet.

Please login to write comment.