Color Hex Logo

#ebfdbd Color Hex

#EBFDBD
(235,253,189)
0 Favorites   0 Comments

Color spaces of #ebfdbd

RGB 235253189
HSL0.210.940.87
HSV77°25°99°
CMYK 0.070.000.25   0.01
XYZ78.571591.586961.6810
Yxy91.58690.33890.3950
Hunter Lab95.7010-20.926628.7773
CIE-Lab96.6512-16.306928.7405

#ebfdbd color RGB value is (235,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 10111101
Octal 353 375 275
Decimal 235 253 189
Hex EB FD BD

RGB Percentages of Color #ebfdbd

%34.71
%37.37
%27.92

CMYK Percentages of Color #ebfdbd

%7
%0
%25
%1

Triadic Colors of #ebfdbd

#ebfdbd #bdebfd #fdbdeb

Analogous Colors of #ebfdbd

#ebfdbd #cbfdbd #fdefbd

Monochromatic Colors of #ebfdbd

#ebfdbd

Complementary Color

#ebfdbd #cfbdfd

#ebfdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdbd Color CSS Codes

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

#ebfdbd Text Font Color

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

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


#ebfdbd Background Color

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

This div background color is #ebfdbd


#ebfdbd Border Color

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

This div border color is #ebfdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdbd

Related Colors


Comments

No comments written yet.

Please login to write comment.