Color Hex Logo

#bdffbb Color Hex

#BDFFBB
(189,255,187)
0 Favorites   0 Comments

Color spaces of #bdffbb

RGB 189255187
HSL0.331.000.87
HSV118°27°100°
CMYK 0.260.000.27   0.00
XYZ65.715985.926760.1356
Yxy85.92670.31030.4057
Hunter Lab92.6967-35.674326.4241
CIE-Lab94.2810-33.221826.0477

#bdffbb color RGB value is (189,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10111011
Octal 275 377 273
Decimal 189 255 187
Hex BD FF BB

RGB Percentages of Color #bdffbb

%29.95
%40.41
%29.64

CMYK Percentages of Color #bdffbb

%26
%0
%27
%0

Triadic Colors of #bdffbb

#bdffbb #bbbdff #ffbbbd

Analogous Colors of #bdffbb

#bdffbb #bbffdb #dfffbb

Monochromatic Colors of #bdffbb

#bdffbb

Complementary Color

#bdffbb #fdbbff

#bdffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffbb Color CSS Codes

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

#bdffbb Text Font Color

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

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


#bdffbb Background Color

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

This div background color is #bdffbb


#bdffbb Border Color

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

This div border color is #bdffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffbb


Comments

No comments written yet.

Please login to write comment.