Color Hex Logo

#b9cada Color Hex

#B9CADA
(185,202,218)
0 Favorites   0 Comments

Color spaces of #b9cada

RGB 185202218
HSL0.580.310.79
HSV209°15°85°
CMYK 0.150.070.00   0.15
XYZ53.783057.617374.6163
Yxy57.61730.28910.3097
Hunter Lab75.9061-6.3600-5.1483
CIE-Lab80.5256-2.4981-9.9046

#b9cada color RGB value is (185,202,218).

#b9cada hex color red value is 185, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b9cada hue: 0.58 , saturation: 0.31 and the lightness value of b9cada is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001010 11011010
Octal 271 312 332
Decimal 185 202 218
Hex B9 CA DA

RGB Percentages of Color #b9cada

%30.58
%33.39
%36.03

CMYK Percentages of Color #b9cada

%15
%7
%0
%15

Triadic Colors of #b9cada

#b9cada #dab9ca #cadab9

Analogous Colors of #b9cada

#b9cada #b9bada #b9dada

Monochromatic Colors of #b9cada

#b9cada

Complementary Color

#b9cada #dac9b9

#b9cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cada Color CSS Codes

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

#b9cada Text Font Color

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

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


#b9cada Background Color

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

This div background color is #b9cada


#b9cada Border Color

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

This div border color is #b9cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cada


Comments

No comments written yet.

Please login to write comment.