Color Hex Logo

#ebfebf Color Hex

#EBFEBF
(235,254,191)
0 Favorites   0 Comments

Color spaces of #ebfebf

RGB 235254191
HSL0.220.970.87
HSV78°25°100°
CMYK 0.070.000.25   0.00
XYZ79.106792.307462.9380
Yxy92.30740.33760.3939
Hunter Lab96.0767-21.162828.4140
CIE-Lab96.9458-16.513828.1319

#ebfebf color RGB value is (235,254,191).

#ebfebf hex color red value is 235, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebfebf hue: 0.22 , saturation: 0.97 and the lightness value of ebfebf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 10111111
Octal 353 376 277
Decimal 235 254 191
Hex EB FE BF

RGB Percentages of Color #ebfebf

%34.56
%37.35
%28.09

CMYK Percentages of Color #ebfebf

%7
%0
%25
%0

Triadic Colors of #ebfebf

#ebfebf #bfebfe #febfeb

Analogous Colors of #ebfebf

#ebfebf #ccfebf #fef2bf

Monochromatic Colors of #ebfebf

#ebfebf

Complementary Color

#ebfebf #d2bffe

#ebfebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfebf Color CSS Codes

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

#ebfebf Text Font Color

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

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


#ebfebf Background Color

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

This div background color is #ebfebf


#ebfebf Border Color

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

This div border color is #ebfebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfebf


Comments

No comments written yet.

Please login to write comment.