Color Hex Logo

#ebfbe2 Color Hex

#EBFBE2
(235,251,226)
0 Favorites   0 Comments

Color spaces of #ebfbe2

RGB 235251226
HSL0.270.760.94
HSV98°10°98°
CMYK 0.060.000.10   0.02
XYZ82.485692.147585.3903
Yxy92.14750.31720.3544
Hunter Lab95.9935-14.606514.4545
CIE-Lab96.8806-9.629410.1855

#ebfbe2 color RGB value is (235,251,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11100010
Octal 353 373 342
Decimal 235 251 226
Hex EB FB E2

RGB Percentages of Color #ebfbe2

%33.01
%35.25
%31.74

CMYK Percentages of Color #ebfbe2

%6
%0
%10
%2

Triadic Colors of #ebfbe2

#ebfbe2 #e2ebfb #fbe2eb

Analogous Colors of #ebfbe2

#ebfbe2 #e2fbe6 #f8fbe2

Monochromatic Colors of #ebfbe2

#ebfbe2

Complementary Color

#ebfbe2 #f2e2fb

#ebfbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbe2 Color CSS Codes

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

#ebfbe2 Text Font Color

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

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


#ebfbe2 Background Color

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

This div background color is #ebfbe2


#ebfbe2 Border Color

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

This div border color is #ebfbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbe2

Related Colors


Comments

No comments written yet.

Please login to write comment.