Color Hex Logo

#bdcedb Color Hex

#BDCEDB
(189,206,219)
0 Favorites   0 Comments

Color spaces of #bdcedb

RGB 189206219
HSL0.570.290.80
HSV206°14°86°
CMYK 0.140.060.00   0.14
XYZ55.843860.075975.6704
Yxy60.07590.29150.3136
Hunter Lab77.5086-7.0336-3.6278
CIE-Lab81.8794-3.1177-8.3968

#bdcedb color RGB value is (189,206,219).

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

The process color (four color CMYK) of #bdcedb color hex is 0.14, 0.06, 0.00, 0.14. Web safe color of #bdcedb is #cccccc. Color #bdcedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11011011
Octal 275 316 333
Decimal 189 206 219
Hex BD CE DB

RGB Percentages of Color #bdcedb

%30.78
%33.55
%35.67

CMYK Percentages of Color #bdcedb

%14
%6
%0
%14

Triadic Colors of #bdcedb

#bdcedb #dbbdce #cedbbd

Analogous Colors of #bdcedb

#bdcedb #bdbfdb #bddbd9

Monochromatic Colors of #bdcedb

#bdcedb

Complementary Color

#bdcedb #dbcabd

#bdcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcedb Color CSS Codes

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

#bdcedb Text Font Color

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

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


#bdcedb Background Color

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

This div background color is #bdcedb


#bdcedb Border Color

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

This div border color is #bdcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcedb


Comments

No comments written yet.

Please login to write comment.