Color Hex Logo

#ebfa98 Color Hex

#EBFA98
(235,250,152)
0 Favorites   0 Comments

Color spaces of #ebfa98

RGB 235250152
HSL0.190.910.79
HSV69°39°98°
CMYK 0.060.000.39   0.02
XYZ74.114188.300442.8432
Yxy88.30040.36110.4302
Hunter Lab93.9683-23.659138.7456
CIE-Lab95.2873-19.475145.3185

#ebfa98 color RGB value is (235,250,152).

#ebfa98 hex color red value is 235, green value is 250 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebfa98 hue: 0.19 , saturation: 0.91 and the lightness value of ebfa98 is 0.79.

The process color (four color CMYK) of #ebfa98 color hex is 0.06, 0.00, 0.39, 0.02. Web safe color of #ebfa98 is #ffff99. Color #ebfa98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111010 10011000
Octal 353 372 230
Decimal 235 250 152
Hex EB FA 98

RGB Percentages of Color #ebfa98

%36.89
%39.25
%23.86

CMYK Percentages of Color #ebfa98

%6
%0
%39
%2

Triadic Colors of #ebfa98

#ebfa98 #98ebfa #fa98eb

Analogous Colors of #ebfa98

#ebfa98 #bafa98 #fad898

Monochromatic Colors of #ebfa98

#ebfa98

Complementary Color

#ebfa98 #a798fa

#ebfa98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfa98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfa98 Color CSS Codes

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

#ebfa98 Text Font Color

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

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


#ebfa98 Background Color

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

This div background color is #ebfa98


#ebfa98 Border Color

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

This div border color is #ebfa98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfa98


Comments

No comments written yet.

Please login to write comment.