Color Hex Logo

#ebf894 Color Hex

#EBF894
(235,248,148)
0 Favorites   0 Comments

Color spaces of #ebf894

RGB 235248148
HSL0.190.880.78
HSV68°40°97°
CMYK 0.050.000.40   0.03
XYZ73.173686.935140.9405
Yxy86.93510.36400.4324
Hunter Lab93.2390-23.082139.2335
CIE-Lab94.7107-18.944946.5269

#ebf894 color RGB value is (235,248,148).

#ebf894 hex color red value is 235, green value is 248 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ebf894 hue: 0.19 , saturation: 0.88 and the lightness value of ebf894 is 0.78.

The process color (four color CMYK) of #ebf894 color hex is 0.05, 0.00, 0.40, 0.03. Web safe color of #ebf894 is #ffff99. Color #ebf894 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111000 10010100
Octal 353 370 224
Decimal 235 248 148
Hex EB F8 94

RGB Percentages of Color #ebf894

%37.24
%39.30
%23.45

CMYK Percentages of Color #ebf894

%5
%0
%40
%3

Triadic Colors of #ebf894

#ebf894 #94ebf8 #f894eb

Analogous Colors of #ebf894

#ebf894 #b9f894 #f8d394

Monochromatic Colors of #ebf894

#ebf894

Complementary Color

#ebf894 #a194f8

#ebf894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf894 Color CSS Codes

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

#ebf894 Text Font Color

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

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


#ebf894 Background Color

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

This div background color is #ebf894


#ebf894 Border Color

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

This div border color is #ebf894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf894


Comments

No comments written yet.

Please login to write comment.