Color Hex Logo

#bddbcf Color Hex

#BDDBCF
(189,219,207)
0 Favorites   0 Comments

Color spaces of #bddbcf

RGB 189219207
HSL0.430.290.80
HSV156°14°86°
CMYK 0.140.000.05   0.14
XYZ57.580365.986868.7334
Yxy65.98680.29940.3431
Hunter Lab81.2323-15.62936.6953
CIE-Lab84.9897-12.22752.5536

#bddbcf color RGB value is (189,219,207).

#bddbcf hex color red value is 189, green value is 219 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bddbcf hue: 0.43 , saturation: 0.29 and the lightness value of bddbcf is 0.80.

The process color (four color CMYK) of #bddbcf color hex is 0.14, 0.00, 0.05, 0.14. Web safe color of #bddbcf is #cccccc. Color #bddbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11001111
Octal 275 333 317
Decimal 189 219 207
Hex BD DB CF

RGB Percentages of Color #bddbcf

%30.73
%35.61
%33.66

CMYK Percentages of Color #bddbcf

%14
%0
%5
%14

Triadic Colors of #bddbcf

#bddbcf #cfbddb #dbcfbd

Analogous Colors of #bddbcf

#bddbcf #bdd8db #bddbc0

Monochromatic Colors of #bddbcf

#bddbcf

Complementary Color

#bddbcf #dbbdc9

#bddbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbcf Color CSS Codes

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

#bddbcf Text Font Color

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

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


#bddbcf Background Color

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

This div background color is #bddbcf


#bddbcf Border Color

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

This div border color is #bddbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbcf


Comments

No comments written yet.

Please login to write comment.