Color Hex Logo

#bdfaad Color Hex

#BDFAAD
(189,250,173)
0 Favorites   0 Comments

Color spaces of #bdfaad

RGB 189250173
HSL0.300.890.83
HSV108°31°98°
CMYK 0.240.000.31   0.02
XYZ62.714782.207252.0973
Yxy82.20720.31830.4173
Hunter Lab90.6682-35.201829.4001
CIE-Lab92.6662-33.097330.9274

#bdfaad color RGB value is (189,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 10101101
Octal 275 372 255
Decimal 189 250 173
Hex BD FA AD

RGB Percentages of Color #bdfaad

%30.88
%40.85
%28.27

CMYK Percentages of Color #bdfaad

%24
%0
%31
%2

Triadic Colors of #bdfaad

#bdfaad #adbdfa #faadbd

Analogous Colors of #bdfaad

#bdfaad #adfac4 #e4faad

Monochromatic Colors of #bdfaad

#bdfaad

Complementary Color

#bdfaad #eaadfa

#bdfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfaad Color CSS Codes

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

#bdfaad Text Font Color

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

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


#bdfaad Background Color

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

This div background color is #bdfaad


#bdfaad Border Color

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

This div border color is #bdfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfaad


Comments

No comments written yet.

Please login to write comment.