Color Hex Logo

#bdfaa5 Color Hex

#BDFAA5
(189,250,165)
0 Favorites   0 Comments

Color spaces of #bdfaa5

RGB 189250165
HSL0.290.890.81
HSV103°34°98°
CMYK 0.240.000.34   0.02
XYZ61.963481.906648.1411
Yxy81.90660.32270.4266
Hunter Lab90.5023-36.166931.8133
CIE-Lab92.5336-34.270934.7631

#bdfaa5 color RGB value is (189,250,165).

#bdfaa5 hex color red value is 189, green value is 250 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bdfaa5 hue: 0.29 , saturation: 0.89 and the lightness value of bdfaa5 is 0.81.

The process color (four color CMYK) of #bdfaa5 color hex is 0.24, 0.00, 0.34, 0.02. Web safe color of #bdfaa5 is #ccff99. Color #bdfaa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10100101
Octal 275 372 245
Decimal 189 250 165
Hex BD FA A5

RGB Percentages of Color #bdfaa5

%31.29
%41.39
%27.32

CMYK Percentages of Color #bdfaa5

%24
%0
%34
%2

Triadic Colors of #bdfaa5

#bdfaa5 #a5bdfa #faa5bd

Analogous Colors of #bdfaa5

#bdfaa5 #a5fab8 #e8faa5

Monochromatic Colors of #bdfaa5

#bdfaa5

Complementary Color

#bdfaa5 #e2a5fa

#bdfaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaa5 Color CSS Codes

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

#bdfaa5 Text Font Color

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

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


#bdfaa5 Background Color

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

This div background color is #bdfaa5


#bdfaa5 Border Color

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

This div border color is #bdfaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaa5


Comments

No comments written yet.

Please login to write comment.