Color Hex Logo

#bdfaaa Color Hex

#BDFAAA
(189,250,170)
0 Favorites   0 Comments

Color spaces of #bdfaaa

RGB 189250170
HSL0.290.890.82
HSV106°32°98°
CMYK 0.240.000.32   0.02
XYZ62.427682.092350.5853
Yxy82.09230.32000.4208
Hunter Lab90.6048-35.570130.3213
CIE-Lab92.6156-33.544232.3682

#bdfaaa color RGB value is (189,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10101010
Octal 275 372 252
Decimal 189 250 170
Hex BD FA AA

RGB Percentages of Color #bdfaaa

%31.03
%41.05
%27.91

CMYK Percentages of Color #bdfaaa

%24
%0
%32
%2

Triadic Colors of #bdfaaa

#bdfaaa #aabdfa #faaabd

Analogous Colors of #bdfaaa

#bdfaaa #aafabf #e5faaa

Monochromatic Colors of #bdfaaa

#bdfaaa

Complementary Color

#bdfaaa #e7aafa

#bdfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaaa Color CSS Codes

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

#bdfaaa Text Font Color

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

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


#bdfaaa Background Color

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

This div background color is #bdfaaa


#bdfaaa Border Color

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

This div border color is #bdfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaaa


Comments

No comments written yet.

Please login to write comment.