Color Hex Logo

#ebf0ed Color Hex

#EBF0ED
(235,240,237)
0 Favorites   0 Comments

Color spaces of #ebf0ed

RGB 235240237
HSL0.400.140.93
HSV144°94°
CMYK 0.020.000.01   0.06
XYZ80.707186.096892.4854
Yxy86.09680.31130.3320
Hunter Lab92.7884-7.12075.8554
CIE-Lab94.3537-2.19040.8559

#ebf0ed color RGB value is (235,240,237).

#ebf0ed hex color red value is 235, green value is 240 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebf0ed hue: 0.40 , saturation: 0.14 and the lightness value of ebf0ed is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110000 11101101
Octal 353 360 355
Decimal 235 240 237
Hex EB F0 ED

RGB Percentages of Color #ebf0ed

%33.01
%33.71
%33.29

CMYK Percentages of Color #ebf0ed

%2
%0
%1
%6

Triadic Colors of #ebf0ed

#ebf0ed #edebf0 #f0edeb

Analogous Colors of #ebf0ed

#ebf0ed #ebf0f0 #ecf0eb

Monochromatic Colors of #ebf0ed

#ebf0ed

Complementary Color

#ebf0ed #f0ebee

#ebf0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf0ed Color CSS Codes

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

#ebf0ed Text Font Color

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

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


#ebf0ed Background Color

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

This div background color is #ebf0ed


#ebf0ed Border Color

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

This div border color is #ebf0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf0ed


Comments

No comments written yet.

Please login to write comment.