Color Hex Logo

#bdffb1 Color Hex

#BDFFB1
(189,255,177)
0 Favorites   0 Comments

Color spaces of #bdffb1

RGB 189255177
HSL0.311.000.85
HSV111°31°100°
CMYK 0.260.000.31   0.00
XYZ64.682185.513154.6916
Yxy85.51310.31570.4174
Hunter Lab92.4733-36.973229.6653
CIE-Lab94.1038-34.788630.8513

#bdffb1 color RGB value is (189,255,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10110001
Octal 275 377 261
Decimal 189 255 177
Hex BD FF B1

RGB Percentages of Color #bdffb1

%30.43
%41.06
%28.50

CMYK Percentages of Color #bdffb1

%26
%0
%31
%0

Triadic Colors of #bdffb1

#bdffb1 #b1bdff #ffb1bd

Analogous Colors of #bdffb1

#bdffb1 #b1ffcc #e4ffb1

Monochromatic Colors of #bdffb1

#bdffb1

Complementary Color

#bdffb1 #f3b1ff

#bdffb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffb1 Color CSS Codes

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

#bdffb1 Text Font Color

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

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


#bdffb1 Background Color

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

This div background color is #bdffb1


#bdffb1 Border Color

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

This div border color is #bdffb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffb1


Comments

No comments written yet.

Please login to write comment.