Color Hex Logo

#ebfbcf Color Hex

#EBFBCF
(235,251,207)
0 Favorites   0 Comments

Color spaces of #ebfbcf

RGB 235251207
HSL0.230.850.90
HSV82°18°98°
CMYK 0.060.000.18   0.02
XYZ80.020691.161572.4099
Yxy91.16150.32850.3742
Hunter Lab95.4785-17.486521.8701
CIE-Lab96.4765-12.686619.3525

#ebfbcf color RGB value is (235,251,207).

#ebfbcf hex color red value is 235, green value is 251 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebfbcf hue: 0.23 , saturation: 0.85 and the lightness value of ebfbcf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11001111
Octal 353 373 317
Decimal 235 251 207
Hex EB FB CF

RGB Percentages of Color #ebfbcf

%33.91
%36.22
%29.87

CMYK Percentages of Color #ebfbcf

%6
%0
%18
%2

Triadic Colors of #ebfbcf

#ebfbcf #cfebfb #fbcfeb

Analogous Colors of #ebfbcf

#ebfbcf #d5fbcf #fbf5cf

Monochromatic Colors of #ebfbcf

#ebfbcf

Complementary Color

#ebfbcf #dfcffb

#ebfbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbcf Color CSS Codes

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

#ebfbcf Text Font Color

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

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


#ebfbcf Background Color

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

This div background color is #ebfbcf


#ebfbcf Border Color

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

This div border color is #ebfbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.