Color Hex Logo

#ebfd94 Color Hex

#EBFD94
(235,253,148)
0 Favorites   0 Comments

Color spaces of #ebfd94

RGB 235253148
HSL0.200.960.79
HSV70°42°99°
CMYK 0.070.000.42   0.01
XYZ74.731590.050841.4598
Yxy90.05080.36230.4366
Hunter Lab94.8951-25.494640.5227
CIE-Lab96.0178-21.349648.1728

#ebfd94 color RGB value is (235,253,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 10010100
Octal 353 375 224
Decimal 235 253 148
Hex EB FD 94

RGB Percentages of Color #ebfd94

%36.95
%39.78
%23.27

CMYK Percentages of Color #ebfd94

%7
%0
%42
%1

Triadic Colors of #ebfd94

#ebfd94 #94ebfd #fd94eb

Analogous Colors of #ebfd94

#ebfd94 #b7fd94 #fddb94

Monochromatic Colors of #ebfd94

#ebfd94

Complementary Color

#ebfd94 #a694fd

#ebfd94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfd94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfd94 Color CSS Codes

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

#ebfd94 Text Font Color

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

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


#ebfd94 Background Color

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

This div background color is #ebfd94


#ebfd94 Border Color

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

This div border color is #ebfd94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfd94

Related Colors


Comments

No comments written yet.

Please login to write comment.