Color Hex Logo

#bdcdce Color Hex

#BDCDCE
(189,205,206)
0 Favorites   0 Comments

Color spaces of #bdcdce

RGB 189205206
HSL0.510.150.77
HSV184°81°
CMYK 0.080.000.00   0.19
XYZ53.958258.937766.9247
Yxy58.93770.30010.3278
Hunter Lab76.7709-8.89092.0538
CIE-Lab81.2573-5.2038-2.3632

#bdcdce color RGB value is (189,205,206).

#bdcdce hex color red value is 189, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bdcdce hue: 0.51 , saturation: 0.15 and the lightness value of bdcdce is 0.77.

The process color (four color CMYK) of #bdcdce color hex is 0.08, 0.00, 0.00, 0.19. Web safe color of #bdcdce is #cccccc. Color #bdcdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11001110
Octal 275 315 316
Decimal 189 205 206
Hex BD CD CE

RGB Percentages of Color #bdcdce

%31.50
%34.17
%34.33

CMYK Percentages of Color #bdcdce

%8
%0
%0
%19

Triadic Colors of #bdcdce

#bdcdce #cebdcd #cdcebd

Analogous Colors of #bdcdce

#bdcdce #bdc5ce #bdcec7

Monochromatic Colors of #bdcdce

#bdcdce

Complementary Color

#bdcdce #cebebd

#bdcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdce Color CSS Codes

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

#bdcdce Text Font Color

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

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


#bdcdce Background Color

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

This div background color is #bdcdce


#bdcdce Border Color

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

This div border color is #bdcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdce


Comments

No comments written yet.

Please login to write comment.