Color Hex Logo

#bdcadb Color Hex

#BDCADB
(189,202,219)
0 Favorites   0 Comments

Color spaces of #bdcadb

RGB 189202219
HSL0.590.290.80
HSV214°14°86°
CMYK 0.140.080.00   0.14
XYZ54.893058.174375.3534
Yxy58.17430.29130.3087
Hunter Lab76.2721-5.0097-5.1854
CIE-Lab80.8356-1.0088-9.9488

#bdcadb color RGB value is (189,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11011011
Octal 275 312 333
Decimal 189 202 219
Hex BD CA DB

RGB Percentages of Color #bdcadb

%30.98
%33.11
%35.90

CMYK Percentages of Color #bdcadb

%14
%8
%0
%14

Triadic Colors of #bdcadb

#bdcadb #dbbdca #cadbbd

Analogous Colors of #bdcadb

#bdcadb #bfbddb #bdd9db

Monochromatic Colors of #bdcadb

#bdcadb

Complementary Color

#bdcadb #dbcebd

#bdcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcadb Color CSS Codes

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

#bdcadb Text Font Color

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

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


#bdcadb Background Color

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

This div background color is #bdcadb


#bdcadb Border Color

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

This div border color is #bdcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcadb

#bdcadb Color Palettes


Comments

No comments written yet.

Please login to write comment.