Color Hex Logo

#ebfead Color Hex

#EBFEAD
(235,254,173)
0 Favorites   0 Comments

Color spaces of #ebfead

RGB 235254173
HSL0.210.980.84
HSV74°32°100°
CMYK 0.070.000.32   0.00
XYZ77.245691.562953.1373
Yxy91.56290.34800.4125
Hunter Lab95.6885-23.358834.0573
CIE-Lab96.6413-18.919136.7470

#ebfead color RGB value is (235,254,173).

#ebfead hex color red value is 235, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebfead hue: 0.21 , saturation: 0.98 and the lightness value of ebfead is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10101101
Octal 353 376 255
Decimal 235 254 173
Hex EB FE AD

RGB Percentages of Color #ebfead

%35.50
%38.37
%26.13

CMYK Percentages of Color #ebfead

%7
%0
%32
%0

Triadic Colors of #ebfead

#ebfead #adebfe #feadeb

Analogous Colors of #ebfead

#ebfead #c3fead #fee9ad

Monochromatic Colors of #ebfead

#ebfead

Complementary Color

#ebfead #c0adfe

#ebfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfead Color CSS Codes

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

#ebfead Text Font Color

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

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


#ebfead Background Color

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

This div background color is #ebfead


#ebfead Border Color

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

This div border color is #ebfead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfead


Comments

No comments written yet.

Please login to write comment.