Color Hex Logo

#ebffbd Color Hex

#EBFFBD
(235,255,189)
0 Favorites   0 Comments

Color spaces of #ebffbd

RGB 235255189
HSL0.221.000.87
HSV78°26°100°
CMYK 0.080.000.26   0.00
XYZ79.206392.856361.8926
Yxy92.85630.33860.3969
Hunter Lab96.3620-21.912529.3718
CIE-Lab97.1693-17.279629.4447

#ebffbd color RGB value is (235,255,189).

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

The process color (four color CMYK) of #ebffbd color hex is 0.08, 0.00, 0.26, 0.00. Web safe color of #ebffbd is #ffffcc. Color #ebffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111111 10111101
Octal 353 377 275
Decimal 235 255 189
Hex EB FF BD

RGB Percentages of Color #ebffbd

%34.61
%37.56
%27.84

CMYK Percentages of Color #ebffbd

%8
%0
%26
%0

Triadic Colors of #ebffbd

#ebffbd #bdebff #ffbdeb

Analogous Colors of #ebffbd

#ebffbd #caffbd #fff2bd

Monochromatic Colors of #ebffbd

#ebffbd

Complementary Color

#ebffbd #d1bdff

#ebffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebffbd Color CSS Codes

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

#ebffbd Text Font Color

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

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


#ebffbd Background Color

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

This div background color is #ebffbd


#ebffbd Border Color

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

This div border color is #ebffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebffbd


Comments

No comments written yet.

Please login to write comment.