Color Hex Logo

#bdfadb Color Hex

#BDFADB
(189,250,219)
0 Favorites   0 Comments

Color spaces of #bdfadb

RGB 189250219
HSL0.420.860.86
HSV150°24°98°
CMYK 0.240.000.12   0.02
XYZ67.958184.304579.7085
Yxy84.30450.29300.3634
Hunter Lab91.8175-28.565012.8015
CIE-Lab93.5826-25.23928.6843

#bdfadb color RGB value is (189,250,219).

#bdfadb hex color red value is 189, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bdfadb hue: 0.42 , saturation: 0.86 and the lightness value of bdfadb is 0.86.

The process color (four color CMYK) of #bdfadb color hex is 0.24, 0.00, 0.12, 0.02. Web safe color of #bdfadb is #ccffcc. Color #bdfadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111010 11011011
Octal 275 372 333
Decimal 189 250 219
Hex BD FA DB

RGB Percentages of Color #bdfadb

%28.72
%37.99
%33.28

CMYK Percentages of Color #bdfadb

%24
%0
%12
%2

Triadic Colors of #bdfadb

#bdfadb #dbbdfa #fadbbd

Analogous Colors of #bdfadb

#bdfadb #bdfafa #befabd

Monochromatic Colors of #bdfadb

#bdfadb

Complementary Color

#bdfadb #fabddc

#bdfadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfadb Color CSS Codes

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

#bdfadb Text Font Color

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

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


#bdfadb Background Color

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

This div background color is #bdfadb


#bdfadb Border Color

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

This div border color is #bdfadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfadb


Comments

No comments written yet.

Please login to write comment.