Color Hex Logo

#bdf8aa Color Hex

#BDF8AA
(189,248,170)
0 Favorites   0 Comments

Color spaces of #bdf8aa

RGB 189248170
HSL0.290.850.82
HSV105°31°97°
CMYK 0.240.000.31   0.03
XYZ61.809480.855950.3793
Yxy80.85590.32020.4188
Hunter Lab89.9199-34.662029.7256
CIE-Lab92.0675-32.621431.6339

#bdf8aa color RGB value is (189,248,170).

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

The process color (four color CMYK) of #bdf8aa color hex is 0.24, 0.00, 0.31, 0.03. Web safe color of #bdf8aa is #ccff99. Color #bdf8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111000 10101010
Octal 275 370 252
Decimal 189 248 170
Hex BD F8 AA

RGB Percentages of Color #bdf8aa

%31.14
%40.86
%28.01

CMYK Percentages of Color #bdf8aa

%24
%0
%31
%3

Triadic Colors of #bdf8aa

#bdf8aa #aabdf8 #f8aabd

Analogous Colors of #bdf8aa

#bdf8aa #aaf8be #e4f8aa

Monochromatic Colors of #bdf8aa

#bdf8aa

Complementary Color

#bdf8aa #e5aaf8

#bdf8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdf8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdf8aa Color CSS Codes

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

#bdf8aa Text Font Color

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

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


#bdf8aa Background Color

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

This div background color is #bdf8aa


#bdf8aa Border Color

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

This div border color is #bdf8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdf8aa

Related Colors


Comments

No comments written yet.

Please login to write comment.