Color Hex Logo

#ebfeed Color Hex

#EBFEED
(235,254,237)
0 Favorites   0 Comments

Color spaces of #ebfeed

RGB 235254237
HSL0.350.900.96
HSV126°100°
CMYK 0.070.000.07   0.00
XYZ84.988894.660293.9126
Yxy94.66020.31070.3460
Hunter Lab97.2935-14.338410.8757
CIE-Lab97.8974-9.23585.9963

#ebfeed color RGB value is (235,254,237).

#ebfeed hex color red value is 235, green value is 254 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebfeed hue: 0.35 , saturation: 0.90 and the lightness value of ebfeed is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11101101
Octal 353 376 355
Decimal 235 254 237
Hex EB FE ED

RGB Percentages of Color #ebfeed

%32.37
%34.99
%32.64

CMYK Percentages of Color #ebfeed

%7
%0
%7
%0

Triadic Colors of #ebfeed

#ebfeed #edebfe #feedeb

Analogous Colors of #ebfeed

#ebfeed #ebfef7 #f3feeb

Monochromatic Colors of #ebfeed

#ebfeed

Complementary Color

#ebfeed #feebfc

#ebfeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeed Color CSS Codes

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

#ebfeed Text Font Color

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

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


#ebfeed Background Color

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

This div background color is #ebfeed


#ebfeed Border Color

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

This div border color is #ebfeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeed

#ebfeed Color Palettes


Comments

No comments written yet.

Please login to write comment.