Color Hex Logo

#bdfeab Color Hex

#BDFEAB
(189,254,171)
0 Favorites   0 Comments

Color spaces of #bdfeab

RGB 189254171
HSL0.300.980.83
HSV107°33°100°
CMYK 0.260.000.33   0.00
XYZ63.778884.642751.5043
Yxy84.64270.31900.4234
Hunter Lab92.0015-37.259831.2093
CIE-Lab93.7289-35.229833.3554

#bdfeab color RGB value is (189,254,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111110 10101011
Octal 275 376 253
Decimal 189 254 171
Hex BD FE AB

RGB Percentages of Color #bdfeab

%30.78
%41.37
%27.85

CMYK Percentages of Color #bdfeab

%26
%0
%33
%0

Triadic Colors of #bdfeab

#bdfeab #abbdfe #feabbd

Analogous Colors of #bdfeab

#bdfeab #abfec3 #e7feab

Monochromatic Colors of #bdfeab

#bdfeab

Complementary Color

#bdfeab #ecabfe

#bdfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfeab Color CSS Codes

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

#bdfeab Text Font Color

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

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


#bdfeab Background Color

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

This div background color is #bdfeab


#bdfeab Border Color

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

This div border color is #bdfeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfeab

Related Colors


Comments

No comments written yet.

Please login to write comment.