Color Hex Logo

#ebfbf0 Color Hex

#EBFBF0
(235,251,240)
0 Favorites   0 Comments

Color spaces of #ebfbf0

RGB 235251240
HSL0.390.670.95
HSV139°98°
CMYK 0.060.000.04   0.02
XYZ84.486392.947895.9259
Yxy92.94780.30910.3400
Hunter Lab96.4094-12.29208.4940
CIE-Lab97.2064-7.20873.4541

#ebfbf0 color RGB value is (235,251,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11110000
Octal 353 373 360
Decimal 235 251 240
Hex EB FB F0

RGB Percentages of Color #ebfbf0

%32.37
%34.57
%33.06

CMYK Percentages of Color #ebfbf0

%6
%0
%4
%2

Triadic Colors of #ebfbf0

#ebfbf0 #f0ebfb #fbf0eb

Analogous Colors of #ebfbf0

#ebfbf0 #ebfbf8 #eefbeb

Monochromatic Colors of #ebfbf0

#ebfbf0

Complementary Color

#ebfbf0 #fbebf6

#ebfbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbf0 Color CSS Codes

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

#ebfbf0 Text Font Color

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

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


#ebfbf0 Background Color

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

This div background color is #ebfbf0


#ebfbf0 Border Color

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

This div border color is #ebfbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbf0


Comments

No comments written yet.

Please login to write comment.