Color Hex Logo

#ebfdbe Color Hex

#EBFDBE
(235,253,190)
0 Favorites   0 Comments

Color spaces of #ebfdbe

RGB 235253190
HSL0.210.940.87
HSV77°25°99°
CMYK 0.070.000.25   0.01
XYZ78.680591.630462.2547
Yxy91.63040.33830.3940
Hunter Lab95.7238-20.797928.4469
CIE-Lab96.6690-16.166928.2598

#ebfdbe color RGB value is (235,253,190).

#ebfdbe hex color red value is 235, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebfdbe hue: 0.21 , saturation: 0.94 and the lightness value of ebfdbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 10111110
Octal 353 375 276
Decimal 235 253 190
Hex EB FD BE

RGB Percentages of Color #ebfdbe

%34.66
%37.32
%28.02

CMYK Percentages of Color #ebfdbe

%7
%0
%25
%1

Triadic Colors of #ebfdbe

#ebfdbe #beebfd #fdbeeb

Analogous Colors of #ebfdbe

#ebfdbe #ccfdbe #fdf0be

Monochromatic Colors of #ebfdbe

#ebfdbe

Complementary Color

#ebfdbe #d0befd

#ebfdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdbe Color CSS Codes

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

#ebfdbe Text Font Color

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

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


#ebfdbe Background Color

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

This div background color is #ebfdbe


#ebfdbe Border Color

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

This div border color is #ebfdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdbe


Comments

No comments written yet.

Please login to write comment.