Color Hex Logo

#ebfdeb Color Hex

#EBFDEB
(235,253,235)
0 Favorites   0 Comments

Color spaces of #ebfdeb

RGB 235253235
HSL0.330.820.96
HSV120°99°
CMYK 0.070.000.07   0.01
XYZ84.381693.910992.2765
Yxy93.91090.31190.3471
Hunter Lab96.9076-14.160811.3788
CIE-Lab97.5961-9.08696.5888

#ebfdeb color RGB value is (235,253,235).

#ebfdeb hex color red value is 235, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ebfdeb hue: 0.33 , saturation: 0.82 and the lightness value of ebfdeb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11101011
Octal 353 375 353
Decimal 235 253 235
Hex EB FD EB

RGB Percentages of Color #ebfdeb

%32.50
%34.99
%32.50

CMYK Percentages of Color #ebfdeb

%7
%0
%7
%1

Triadic Colors of #ebfdeb

#ebfdeb #ebebfd #fdebeb

Analogous Colors of #ebfdeb

#ebfdeb #ebfdf4 #f4fdeb

Monochromatic Colors of #ebfdeb

#ebfdeb

Complementary Color

#ebfdeb #fdebfd

#ebfdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdeb Color CSS Codes

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

#ebfdeb Text Font Color

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

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


#ebfdeb Background Color

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

This div background color is #ebfdeb


#ebfdeb Border Color

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

This div border color is #ebfdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdeb


Comments

No comments written yet.

Please login to write comment.