Color Hex Logo

#ebfde9 Color Hex

#EBFDE9
(235,253,233)
0 Favorites   0 Comments

Color spaces of #ebfde9

RGB 235253233
HSL0.320.830.95
HSV114°99°
CMYK 0.070.000.08   0.01
XYZ84.094293.795990.7630
Yxy93.79590.31300.3491
Hunter Lab96.8483-14.491412.2292
CIE-Lab97.5497-9.43327.5493

#ebfde9 color RGB value is (235,253,233).

#ebfde9 hex color red value is 235, green value is 253 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ebfde9 hue: 0.32 , saturation: 0.83 and the lightness value of ebfde9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11101001
Octal 353 375 351
Decimal 235 253 233
Hex EB FD E9

RGB Percentages of Color #ebfde9

%32.59
%35.09
%32.32

CMYK Percentages of Color #ebfde9

%7
%0
%8
%1

Triadic Colors of #ebfde9

#ebfde9 #e9ebfd #fde9eb

Analogous Colors of #ebfde9

#ebfde9 #e9fdf1 #f5fde9

Monochromatic Colors of #ebfde9

#ebfde9

Complementary Color

#ebfde9 #fbe9fd

#ebfde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfde9 Color CSS Codes

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

#ebfde9 Text Font Color

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

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


#ebfde9 Background Color

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

This div background color is #ebfde9


#ebfde9 Border Color

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

This div border color is #ebfde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfde9


Comments

No comments written yet.

Please login to write comment.