Color Hex Logo

#ebfed7 Color Hex

#EBFED7
(235,254,215)
0 Favorites   0 Comments

Color spaces of #ebfed7

RGB 235254215
HSL0.250.950.92
HSV89°15°100°
CMYK 0.070.000.15   0.00
XYZ81.968593.452178.0078
Yxy93.45210.32340.3688
Hunter Lab96.6706-17.820719.8257
CIE-Lab97.4108-12.913516.5758

#ebfed7 color RGB value is (235,254,215).

#ebfed7 hex color red value is 235, green value is 254 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ebfed7 hue: 0.25 , saturation: 0.95 and the lightness value of ebfed7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11010111
Octal 353 376 327
Decimal 235 254 215
Hex EB FE D7

RGB Percentages of Color #ebfed7

%33.38
%36.08
%30.54

CMYK Percentages of Color #ebfed7

%7
%0
%15
%0

Triadic Colors of #ebfed7

#ebfed7 #d7ebfe #fed7eb

Analogous Colors of #ebfed7

#ebfed7 #d8fed7 #fefed7

Monochromatic Colors of #ebfed7

#ebfed7

Complementary Color

#ebfed7 #ead7fe

#ebfed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfed7 Color CSS Codes

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

#ebfed7 Text Font Color

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

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


#ebfed7 Background Color

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

This div background color is #ebfed7


#ebfed7 Border Color

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

This div border color is #ebfed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfed7

Related Colors


Comments

No comments written yet.

Please login to write comment.