Color Hex Logo

#ebfbf7 Color Hex

#EBFBF7
(235,251,247)
0 Favorites   0 Comments

Color spaces of #ebfbf7

RGB 235251247
HSL0.460.670.95
HSV165°98°
CMYK 0.060.000.02   0.02
XYZ85.546693.3719101.5095
Yxy93.37190.30510.3330
Hunter Lab96.6291-11.07345.3559
CIE-Lab97.3783-5.94690.1004

#ebfbf7 color RGB value is (235,251,247).

#ebfbf7 hex color red value is 235, green value is 251 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ebfbf7 hue: 0.46 , saturation: 0.67 and the lightness value of ebfbf7 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11110111
Octal 353 373 367
Decimal 235 251 247
Hex EB FB F7

RGB Percentages of Color #ebfbf7

%32.06
%34.24
%33.70

CMYK Percentages of Color #ebfbf7

%6
%0
%2
%2

Triadic Colors of #ebfbf7

#ebfbf7 #f7ebfb #fbf7eb

Analogous Colors of #ebfbf7

#ebfbf7 #ebf7fb #ebfbef

Monochromatic Colors of #ebfbf7

#ebfbf7

Complementary Color

#ebfbf7 #fbebef

#ebfbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbf7 Color CSS Codes

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

#ebfbf7 Text Font Color

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

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


#ebfbf7 Background Color

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

This div background color is #ebfbf7


#ebfbf7 Border Color

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

This div border color is #ebfbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.