Color Hex Logo

#bdf9aa Color Hex

#BDF9AA
(189,249,170)
0 Favorites   0 Comments

Color spaces of #bdf9aa

RGB 189249170
HSL0.290.870.82
HSV106°32°98°
CMYK 0.240.000.32   0.02
XYZ62.117681.472550.4820
Yxy81.47250.32010.4198
Hunter Lab90.2621-35.116630.0236
CIE-Lab92.3415-33.083632.0013

#bdf9aa color RGB value is (189,249,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111001 10101010
Octal 275 371 252
Decimal 189 249 170
Hex BD F9 AA

RGB Percentages of Color #bdf9aa

%31.09
%40.95
%27.96

CMYK Percentages of Color #bdf9aa

%24
%0
%32
%2

Triadic Colors of #bdf9aa

#bdf9aa #aabdf9 #f9aabd

Analogous Colors of #bdf9aa

#bdf9aa #aaf9bf #e5f9aa

Monochromatic Colors of #bdf9aa

#bdf9aa

Complementary Color

#bdf9aa #e6aaf9

#bdf9aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf9aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf9aa Color CSS Codes

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

#bdf9aa Text Font Color

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

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


#bdf9aa Background Color

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

This div background color is #bdf9aa


#bdf9aa Border Color

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

This div border color is #bdf9aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf9aa


Comments

No comments written yet.

Please login to write comment.