Color Hex Logo

#ebf9ef Color Hex

#EBF9EF
(235,249,239)
0 Favorites   0 Comments

Color spaces of #ebf9ef

RGB 235249239
HSL0.380.540.95
HSV137°98°
CMYK 0.060.000.04   0.02
XYZ83.716691.645594.9384
Yxy91.64550.30970.3391
Hunter Lab95.7317-11.43358.2135
CIE-Lab96.6752-6.38343.1984

#ebf9ef color RGB value is (235,249,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111001 11101111
Octal 353 371 357
Decimal 235 249 239
Hex EB F9 EF

RGB Percentages of Color #ebf9ef

%32.50
%34.44
%33.06

CMYK Percentages of Color #ebf9ef

%6
%0
%4
%2

Triadic Colors of #ebf9ef

#ebf9ef #efebf9 #f9efeb

Analogous Colors of #ebf9ef

#ebf9ef #ebf9f6 #eef9eb

Monochromatic Colors of #ebf9ef

#ebf9ef

Complementary Color

#ebf9ef #f9ebf5

#ebf9ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf9ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf9ef Color CSS Codes

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

#ebf9ef Text Font Color

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

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


#ebf9ef Background Color

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

This div background color is #ebf9ef


#ebf9ef Border Color

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

This div border color is #ebf9ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,249,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 #ebf9ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf9ef

Related Colors


Comments

No comments written yet.

Please login to write comment.