Color Hex Logo

#ebf8ef Color Hex

#EBF8EF
(235,248,239)
0 Favorites   0 Comments

Color spaces of #ebf8ef

RGB 235248239
HSL0.380.480.95
HSV138°97°
CMYK 0.050.000.04   0.03
XYZ83.408391.029094.8356
Yxy91.02900.30980.3381
Hunter Lab95.4091-10.91827.8528
CIE-Lab96.4220-5.88102.8308

#ebf8ef color RGB value is (235,248,239).

#ebf8ef hex color red value is 235, green value is 248 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ebf8ef hue: 0.38 , saturation: 0.48 and the lightness value of ebf8ef is 0.95.

The process color (four color CMYK) of #ebf8ef color hex is 0.05, 0.00, 0.04, 0.03. Web safe color of #ebf8ef is #ffffff. Color #ebf8ef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111000 11101111
Octal 353 370 357
Decimal 235 248 239
Hex EB F8 EF

RGB Percentages of Color #ebf8ef

%32.55
%34.35
%33.10

CMYK Percentages of Color #ebf8ef

%5
%0
%4
%3

Triadic Colors of #ebf8ef

#ebf8ef #efebf8 #f8efeb

Analogous Colors of #ebf8ef

#ebf8ef #ebf8f6 #eef8eb

Monochromatic Colors of #ebf8ef

#ebf8ef

Complementary Color

#ebf8ef #f8ebf4

#ebf8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf8ef Color CSS Codes

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

#ebf8ef Text Font Color

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

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


#ebf8ef Background Color

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

This div background color is #ebf8ef


#ebf8ef Border Color

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

This div border color is #ebf8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf8ef

Related Colors


Comments

No comments written yet.

Please login to write comment.