Color Hex Logo

#bdfbdb Color Hex

#BDFBDB
(189,251,219)
0 Favorites   0 Comments

Color spaces of #bdfbdb

RGB 189251219
HSL0.410.890.86
HSV149°25°98°
CMYK 0.250.000.13   0.02
XYZ68.269684.927779.8123
Yxy84.92770.29300.3645
Hunter Lab92.1562-29.040113.1610
CIE-Lab93.8520-25.71819.0705

#bdfbdb color RGB value is (189,251,219).

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

The process color (four color CMYK) of #bdfbdb color hex is 0.25, 0.00, 0.13, 0.02. Web safe color of #bdfbdb is #ccffcc. Color #bdfbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11111011 11011011
Octal 275 373 333
Decimal 189 251 219
Hex BD FB DB

RGB Percentages of Color #bdfbdb

%28.68
%38.09
%33.23

CMYK Percentages of Color #bdfbdb

%25
%0
%13
%2

Triadic Colors of #bdfbdb

#bdfbdb #dbbdfb #fbdbbd

Analogous Colors of #bdfbdb

#bdfbdb #bdfbfa #befbbd

Monochromatic Colors of #bdfbdb

#bdfbdb

Complementary Color

#bdfbdb #fbbddd

#bdfbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdfbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdfbdb Color CSS Codes

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

#bdfbdb Text Font Color

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

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


#bdfbdb Background Color

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

This div background color is #bdfbdb


#bdfbdb Border Color

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

This div border color is #bdfbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdfbdb


Comments

No comments written yet.

Please login to write comment.