Color Hex Logo

#ebfbe6 Color Hex

#EBFBE6
(235,251,230)
0 Favorites   0 Comments

Color spaces of #ebfbe6

RGB 235251230
HSL0.290.720.94
HSV106°98°
CMYK 0.060.000.08   0.02
XYZ83.041192.369788.3153
Yxy92.36970.31490.3502
Hunter Lab96.1092-13.961812.7945
CIE-Lab96.9712-8.95198.2595

#ebfbe6 color RGB value is (235,251,230).

#ebfbe6 hex color red value is 235, green value is 251 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ebfbe6 hue: 0.29 , saturation: 0.72 and the lightness value of ebfbe6 is 0.94.

The process color (four color CMYK) of #ebfbe6 color hex is 0.06, 0.00, 0.08, 0.02. Web safe color of #ebfbe6 is #ffffff. Color #ebfbe6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11100110
Octal 353 373 346
Decimal 235 251 230
Hex EB FB E6

RGB Percentages of Color #ebfbe6

%32.82
%35.06
%32.12

CMYK Percentages of Color #ebfbe6

%6
%0
%8
%2

Triadic Colors of #ebfbe6

#ebfbe6 #e6ebfb #fbe6eb

Analogous Colors of #ebfbe6

#ebfbe6 #e6fbec #f6fbe6

Monochromatic Colors of #ebfbe6

#ebfbe6

Complementary Color

#ebfbe6 #f6e6fb

#ebfbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbe6 Color CSS Codes

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

#ebfbe6 Text Font Color

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

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


#ebfbe6 Background Color

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

This div background color is #ebfbe6


#ebfbe6 Border Color

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

This div border color is #ebfbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbe6

Related Colors


Comments

No comments written yet.

Please login to write comment.