Color Hex Logo

#bdffbd Color Hex

#BDFFBD
(189,255,189)
1 Favorites   0 Comments

Color spaces of #bdffbd

RGB 189255189
HSL0.331.000.87
HSV120°26°100°
CMYK 0.260.000.26   0.00
XYZ65.931686.012961.2713
Yxy86.01290.30920.4034
Hunter Lab92.7431-35.403925.7499
CIE-Lab94.3179-32.897525.0847

#bdffbd color RGB value is (189,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10111101
Octal 275 377 275
Decimal 189 255 189
Hex BD FF BD

RGB Percentages of Color #bdffbd

%29.86
%40.28
%29.86

CMYK Percentages of Color #bdffbd

%26
%0
%26
%0

Triadic Colors of #bdffbd

#bdffbd #bdbdff #ffbdbd

Analogous Colors of #bdffbd

#bdffbd #bdffde #deffbd

Monochromatic Colors of #bdffbd

#bdffbd

Complementary Color

#bdffbd #ffbdff

#bdffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffbd Color CSS Codes

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

#bdffbd Text Font Color

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

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


#bdffbd Background Color

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

This div background color is #bdffbd


#bdffbd Border Color

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

This div border color is #bdffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffbd


Comments

No comments written yet.

Please login to write comment.