Color Hex Logo

#bdcade Color Hex

#BDCADE
(189,202,222)
0 Favorites   0 Comments

Color spaces of #bdcade

RGB 189202222
HSL0.600.330.81
HSV216°15°87°
CMYK 0.150.090.00   0.13
XYZ55.291658.333877.4526
Yxy58.33380.28940.3053
Hunter Lab76.3766-4.4368-6.6617
CIE-Lab80.9240-0.3845-11.4240

#bdcade color RGB value is (189,202,222).

#bdcade hex color red value is 189, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bdcade hue: 0.60 , saturation: 0.33 and the lightness value of bdcade is 0.81.

The process color (four color CMYK) of #bdcade color hex is 0.15, 0.09, 0.00, 0.13. Web safe color of #bdcade is #cccccc. Color #bdcade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11011110
Octal 275 312 336
Decimal 189 202 222
Hex BD CA DE

RGB Percentages of Color #bdcade

%30.83
%32.95
%36.22

CMYK Percentages of Color #bdcade

%15
%9
%0
%13

Triadic Colors of #bdcade

#bdcade #debdca #cadebd

Analogous Colors of #bdcade

#bdcade #c1bdde #bddbde

Monochromatic Colors of #bdcade

#bdcade

Complementary Color

#bdcade #ded1bd

#bdcade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcade Color CSS Codes

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

#bdcade Text Font Color

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

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


#bdcade Background Color

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

This div background color is #bdcade


#bdcade Border Color

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

This div border color is #bdcade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcade


Comments

No comments written yet.

Please login to write comment.