Color Hex Logo

#bdf6aa Color Hex

#BDF6AA
(189,246,170)
0 Favorites   0 Comments

Color spaces of #bdf6aa

RGB 189246170
HSL0.290.810.82
HSV105°31°96°
CMYK 0.230.000.31   0.04
XYZ61.197779.632650.1754
Yxy79.63260.32040.4169
Hunter Lab89.2371-33.751829.1289
CIE-Lab91.5198-31.694030.8984

#bdf6aa color RGB value is (189,246,170).

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

The process color (four color CMYK) of #bdf6aa color hex is 0.23, 0.00, 0.31, 0.04. Web safe color of #bdf6aa is #ccff99. Color #bdf6aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11110110 10101010
Octal 275 366 252
Decimal 189 246 170
Hex BD F6 AA

RGB Percentages of Color #bdf6aa

%31.24
%40.66
%28.10

CMYK Percentages of Color #bdf6aa

%23
%0
%31
%4

Triadic Colors of #bdf6aa

#bdf6aa #aabdf6 #f6aabd

Analogous Colors of #bdf6aa

#bdf6aa #aaf6bd #e3f6aa

Monochromatic Colors of #bdf6aa

#bdf6aa

Complementary Color

#bdf6aa #e3aaf6

#bdf6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf6aa Color CSS Codes

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

#bdf6aa Text Font Color

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

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


#bdf6aa Background Color

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

This div background color is #bdf6aa


#bdf6aa Border Color

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

This div border color is #bdf6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf6aa


Comments

No comments written yet.

Please login to write comment.