Color Hex Logo

#ebfd98 Color Hex

#EBFD98
(235,253,152)
0 Favorites   0 Comments

Color spaces of #ebfd98

RGB 235253152
HSL0.200.960.79
HSV71°40°99°
CMYK 0.070.000.40   0.01
XYZ75.053790.179743.1564
Yxy90.17970.36020.4327
Hunter Lab94.9630-25.108339.5295
CIE-Lab96.0713-20.917646.3139

#ebfd98 color RGB value is (235,253,152).

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

The process color (four color CMYK) of #ebfd98 color hex is 0.07, 0.00, 0.40, 0.01. Web safe color of #ebfd98 is #ffff99. Color #ebfd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 10011000
Octal 353 375 230
Decimal 235 253 152
Hex EB FD 98

RGB Percentages of Color #ebfd98

%36.72
%39.53
%23.75

CMYK Percentages of Color #ebfd98

%7
%0
%40
%1

Triadic Colors of #ebfd98

#ebfd98 #98ebfd #fd98eb

Analogous Colors of #ebfd98

#ebfd98 #b9fd98 #fddd98

Monochromatic Colors of #ebfd98

#ebfd98

Complementary Color

#ebfd98 #aa98fd

#ebfd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfd98 Color CSS Codes

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

#ebfd98 Text Font Color

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

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


#ebfd98 Background Color

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

This div background color is #ebfd98


#ebfd98 Border Color

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

This div border color is #ebfd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfd98

Related Colors


Comments

No comments written yet.

Please login to write comment.