Color Hex Logo

#bdfdab Color Hex

#BDFDAB
(189,253,171)
0 Favorites   0 Comments

Color spaces of #bdfdab

RGB 189253171
HSL0.300.950.83
HSV107°32°99°
CMYK 0.250.000.32   0.01
XYZ63.462284.009751.3987
Yxy84.00970.31910.4224
Hunter Lab91.6568-36.807930.9115
CIE-Lab93.4547-34.773332.9892

#bdfdab color RGB value is (189,253,171).

#bdfdab hex color red value is 189, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdfdab hue: 0.30 , saturation: 0.95 and the lightness value of bdfdab is 0.83.

The process color (four color CMYK) of #bdfdab color hex is 0.25, 0.00, 0.32, 0.01. Web safe color of #bdfdab is #ccff99. Color #bdfdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111101 10101011
Octal 275 375 253
Decimal 189 253 171
Hex BD FD AB

RGB Percentages of Color #bdfdab

%30.83
%41.27
%27.90

CMYK Percentages of Color #bdfdab

%25
%0
%32
%1

Triadic Colors of #bdfdab

#bdfdab #abbdfd #fdabbd

Analogous Colors of #bdfdab

#bdfdab #abfdc2 #e6fdab

Monochromatic Colors of #bdfdab

#bdfdab

Complementary Color

#bdfdab #ebabfd

#bdfdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfdab Color CSS Codes

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

#bdfdab Text Font Color

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

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


#bdfdab Background Color

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

This div background color is #bdfdab


#bdfdab Border Color

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

This div border color is #bdfdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfdab


Comments

No comments written yet.

Please login to write comment.