Color Hex Logo

#b8c2da Color Hex

#B8C2DA
(184,194,218)
0 Favorites   0 Comments

Color spaces of #b8c2da

RGB 184194218
HSL0.620.310.79
HSV222°16°85°
CMYK 0.160.110.00   0.15
XYZ51.713853.835973.9954
Yxy53.83590.28800.2998
Hunter Lab73.3730-2.5945-8.4319
CIE-Lab78.36591.4374-13.1376

#b8c2da color RGB value is (184,194,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 11000010 11011010
Octal 270 302 332
Decimal 184 194 218
Hex B8 C2 DA

RGB Percentages of Color #b8c2da

%30.87
%32.55
%36.58

CMYK Percentages of Color #b8c2da

%16
%11
%0
%15

Triadic Colors of #b8c2da

#b8c2da #dab8c2 #c2dab8

Analogous Colors of #b8c2da

#b8c2da #bfb8da #b8d3da

Monochromatic Colors of #b8c2da

#b8c2da

Complementary Color

#b8c2da #dad0b8

#b8c2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8c2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8c2da Color CSS Codes

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

#b8c2da Text Font Color

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

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


#b8c2da Background Color

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

This div background color is #b8c2da


#b8c2da Border Color

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

This div border color is #b8c2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8c2da


Comments

No comments written yet.

Please login to write comment.