Color Hex Logo

#ebfbdc Color Hex

#EBFBDC
(235,251,220)
0 Favorites   0 Comments

Color spaces of #ebfbdc

RGB 235251220
HSL0.250.790.92
HSV91°12°98°
CMYK 0.060.000.12   0.02
XYZ81.676491.823881.1291
Yxy91.82380.32080.3606
Hunter Lab95.8247-15.548516.8800
CIE-Lab96.7482-10.623713.0778

#ebfbdc color RGB value is (235,251,220).

#ebfbdc hex color red value is 235, green value is 251 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebfbdc hue: 0.25 , saturation: 0.79 and the lightness value of ebfbdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11011100
Octal 353 373 334
Decimal 235 251 220
Hex EB FB DC

RGB Percentages of Color #ebfbdc

%33.29
%35.55
%31.16

CMYK Percentages of Color #ebfbdc

%6
%0
%12
%2

Triadic Colors of #ebfbdc

#ebfbdc #dcebfb #fbdceb

Analogous Colors of #ebfbdc

#ebfbdc #dcfbdd #fbfbdc

Monochromatic Colors of #ebfbdc

#ebfbdc

Complementary Color

#ebfbdc #ecdcfb

#ebfbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbdc Color CSS Codes

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

#ebfbdc Text Font Color

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

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


#ebfbdc Background Color

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

This div background color is #ebfbdc


#ebfbdc Border Color

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

This div border color is #ebfbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbdc


Comments

No comments written yet.

Please login to write comment.