Color Hex Logo

#bdffb5 Color Hex

#BDFFB5
(189,255,181)
0 Favorites   0 Comments

Color spaces of #bdffb5

RGB 189255181
HSL0.321.000.85
HSV114°29°100°
CMYK 0.260.000.29   0.00
XYZ65.086885.675056.8226
Yxy85.67500.31350.4127
Hunter Lab92.5608-36.463928.3947
CIE-Lab94.1732-34.172628.9324

#bdffb5 color RGB value is (189,255,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10110101
Octal 275 377 265
Decimal 189 255 181
Hex BD FF B5

RGB Percentages of Color #bdffb5

%30.24
%40.80
%28.96

CMYK Percentages of Color #bdffb5

%26
%0
%29
%0

Triadic Colors of #bdffb5

#bdffb5 #b5bdff #ffb5bd

Analogous Colors of #bdffb5

#bdffb5 #b5ffd2 #e2ffb5

Monochromatic Colors of #bdffb5

#bdffb5

Complementary Color

#bdffb5 #f7b5ff

#bdffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffb5 Color CSS Codes

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

#bdffb5 Text Font Color

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

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


#bdffb5 Background Color

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

This div background color is #bdffb5


#bdffb5 Border Color

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

This div border color is #bdffb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffb5


Comments

No comments written yet.

Please login to write comment.