Color Hex Logo

#bdffaa Color Hex

#BDFFAA
(189,255,170)
0 Favorites   0 Comments

Color spaces of #bdffaa

RGB 189255170
HSL0.301.000.83
HSV107°33°100°
CMYK 0.260.000.33   0.00
XYZ64.002085.241151.1101
Yxy85.24110.31940.4255
Hunter Lab92.3261-37.831531.8064
CIE-Lab93.9869-35.831734.1988

#bdffaa color RGB value is (189,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111111 10101010
Octal 275 377 252
Decimal 189 255 170
Hex BD FF AA

RGB Percentages of Color #bdffaa

%30.78
%41.53
%27.69

CMYK Percentages of Color #bdffaa

%26
%0
%33
%0

Triadic Colors of #bdffaa

#bdffaa #aabdff #ffaabd

Analogous Colors of #bdffaa

#bdffaa #aaffc2 #e8ffaa

Monochromatic Colors of #bdffaa

#bdffaa

Complementary Color

#bdffaa #ecaaff

#bdffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdffaa Color CSS Codes

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

#bdffaa Text Font Color

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

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


#bdffaa Background Color

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

This div background color is #bdffaa


#bdffaa Border Color

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

This div border color is #bdffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.