Color Hex Logo

#ebfee2 Color Hex

#EBFEE2
(235,254,226)
0 Favorites   0 Comments

Color spaces of #ebfee2

RGB 235254226
HSL0.280.930.94
HSV101°11°100°
CMYK 0.070.000.11   0.00
XYZ83.430294.036885.7052
Yxy94.03680.31700.3573
Hunter Lab96.9726-16.129815.4798
CIE-Lab97.6468-11.118511.2802

#ebfee2 color RGB value is (235,254,226).

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

The process color (four color CMYK) of #ebfee2 color hex is 0.07, 0.00, 0.11, 0.00. Web safe color of #ebfee2 is #ffffcc. Color #ebfee2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11100010
Octal 353 376 342
Decimal 235 254 226
Hex EB FE E2

RGB Percentages of Color #ebfee2

%32.87
%35.52
%31.61

CMYK Percentages of Color #ebfee2

%7
%0
%11
%0

Triadic Colors of #ebfee2

#ebfee2 #e2ebfe #fee2eb

Analogous Colors of #ebfee2

#ebfee2 #e2fee7 #f9fee2

Monochromatic Colors of #ebfee2

#ebfee2

Complementary Color

#ebfee2 #f5e2fe

#ebfee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfee2 Color CSS Codes

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

#ebfee2 Text Font Color

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

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


#ebfee2 Background Color

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

This div background color is #ebfee2


#ebfee2 Border Color

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

This div border color is #ebfee2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,254,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 #ebfee2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfee2

Related Colors


Comments

No comments written yet.

Please login to write comment.