Color Hex Logo

#b8cadb Color Hex

#B8CADB
(184,202,219)
0 Favorites   0 Comments

Color spaces of #b8cadb

RGB 184202219
HSL0.580.330.79
HSV209°16°86°
CMYK 0.160.080.00   0.14
XYZ53.673957.545975.2964
Yxy57.54590.28780.3085
Hunter Lab75.8590-6.4559-5.7490
CIE-Lab80.4857-2.6060-10.5075

#b8cadb color RGB value is (184,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001010 11011011
Octal 270 312 333
Decimal 184 202 219
Hex B8 CA DB

RGB Percentages of Color #b8cadb

%30.41
%33.39
%36.20

CMYK Percentages of Color #b8cadb

%16
%8
%0
%14

Triadic Colors of #b8cadb

#b8cadb #dbb8ca #cadbb8

Analogous Colors of #b8cadb

#b8cadb #b8b9db #b8dbdb

Monochromatic Colors of #b8cadb

#b8cadb

Complementary Color

#b8cadb #dbc9b8

#b8cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cadb Color CSS Codes

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

#b8cadb Text Font Color

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

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


#b8cadb Background Color

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

This div background color is #b8cadb


#b8cadb Border Color

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

This div border color is #b8cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cadb


Comments

No comments written yet.

Please login to write comment.