Color Hex Logo

#bdfbab Color Hex

#BDFBAB
(189,251,171)
0 Favorites   0 Comments

Color spaces of #bdfbab

RGB 189251171
HSL0.300.910.83
HSV107°32°98°
CMYK 0.250.000.32   0.02
XYZ62.834182.753551.1894
Yxy82.75350.31930.4205
Hunter Lab90.9690-35.902130.3150
CIE-Lab92.9064-33.856532.2555

#bdfbab color RGB value is (189,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 10101011
Octal 275 373 253
Decimal 189 251 171
Hex BD FB AB

RGB Percentages of Color #bdfbab

%30.93
%41.08
%27.99

CMYK Percentages of Color #bdfbab

%25
%0
%32
%2

Triadic Colors of #bdfbab

#bdfbab #abbdfb #fbabbd

Analogous Colors of #bdfbab

#bdfbab #abfbc1 #e5fbab

Monochromatic Colors of #bdfbab

#bdfbab

Complementary Color

#bdfbab #e9abfb

#bdfbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbab Color CSS Codes

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

#bdfbab Text Font Color

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

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


#bdfbab Background Color

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

This div background color is #bdfbab


#bdfbab Border Color

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

This div border color is #bdfbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbab


Comments

No comments written yet.

Please login to write comment.