Color Hex Logo

#ebf998 Color Hex

#EBF998
(235,249,152)
0 Favorites   0 Comments

Color spaces of #ebf998

RGB 235249152
HSL0.190.890.79
HSV69°39°98°
CMYK 0.060.000.39   0.02
XYZ73.804187.680542.7399
Yxy87.68050.36140.4293
Hunter Lab93.6379-23.175038.4843
CIE-Lab95.0262-18.992444.9863

#ebf998 color RGB value is (235,249,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 10011000
Octal 353 371 230
Decimal 235 249 152
Hex EB F9 98

RGB Percentages of Color #ebf998

%36.95
%39.15
%23.90

CMYK Percentages of Color #ebf998

%6
%0
%39
%2

Triadic Colors of #ebf998

#ebf998 #98ebf9 #f998eb

Analogous Colors of #ebf998

#ebf998 #bbf998 #f9d798

Monochromatic Colors of #ebf998

#ebf998

Complementary Color

#ebf998 #a698f9

#ebf998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf998 Color CSS Codes

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

#ebf998 Text Font Color

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

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


#ebf998 Background Color

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

This div background color is #ebf998


#ebf998 Border Color

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

This div border color is #ebf998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf998


Comments

No comments written yet.

Please login to write comment.