Color Hex Logo

#ebfbce Color Hex

#EBFBCE
(235,251,206)
0 Favorites   0 Comments

Color spaces of #ebfbce

RGB 235251206
HSL0.230.850.90
HSV81°18°98°
CMYK 0.060.000.18   0.02
XYZ79.898791.112871.7679
Yxy91.11280.32910.3753
Hunter Lab95.4530-17.629822.2390
CIE-Lab96.4565-12.840219.8354

#ebfbce color RGB value is (235,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11001110
Octal 353 373 316
Decimal 235 251 206
Hex EB FB CE

RGB Percentages of Color #ebfbce

%33.96
%36.27
%29.77

CMYK Percentages of Color #ebfbce

%6
%0
%18
%2

Triadic Colors of #ebfbce

#ebfbce #ceebfb #fbceeb

Analogous Colors of #ebfbce

#ebfbce #d5fbce #fbf5ce

Monochromatic Colors of #ebfbce

#ebfbce

Complementary Color

#ebfbce #decefb

#ebfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbce Color CSS Codes

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

#ebfbce Text Font Color

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

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


#ebfbce Background Color

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

This div background color is #ebfbce


#ebfbce Border Color

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

This div border color is #ebfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbce

Related Colors


Comments

No comments written yet.

Please login to write comment.