Color Hex Logo

#ebfbdf Color Hex

#EBFBDF
(235,251,223)
0 Favorites   0 Comments

Color spaces of #ebfbdf

RGB 235251223
HSL0.260.780.93
HSV94°11°98°
CMYK 0.060.000.11   0.02
XYZ82.077491.984283.2408
Yxy91.98420.31900.3575
Hunter Lab95.9084-15.081315.6769
CIE-Lab96.8138-10.129811.6312

#ebfbdf color RGB value is (235,251,223).

#ebfbdf hex color red value is 235, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ebfbdf hue: 0.26 , saturation: 0.78 and the lightness value of ebfbdf is 0.93.

The process color (four color CMYK) of #ebfbdf color hex is 0.06, 0.00, 0.11, 0.02. Web safe color of #ebfbdf is #ffffcc. Color #ebfbdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11011111
Octal 353 373 337
Decimal 235 251 223
Hex EB FB DF

RGB Percentages of Color #ebfbdf

%33.15
%35.40
%31.45

CMYK Percentages of Color #ebfbdf

%6
%0
%11
%2

Triadic Colors of #ebfbdf

#ebfbdf #dfebfb #fbdfeb

Analogous Colors of #ebfbdf

#ebfbdf #dffbe1 #f9fbdf

Monochromatic Colors of #ebfbdf

#ebfbdf

Complementary Color

#ebfbdf #efdffb

#ebfbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbdf Color CSS Codes

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

#ebfbdf Text Font Color

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

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


#ebfbdf Background Color

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

This div background color is #ebfbdf


#ebfbdf Border Color

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

This div border color is #ebfbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbdf


Comments

No comments written yet.

Please login to write comment.