Color Hex Logo

#b2c3da Color Hex

#B2C3DA
(178,195,218)
0 Favorites   0 Comments

Color spaces of #b2c3da

RGB 178195218
HSL0.600.350.78
HSV215°18°85°
CMYK 0.180.110.00   0.15
XYZ50.530153.557174.0040
Yxy53.55710.28370.3007
Hunter Lab73.1827-4.8218-8.7275
CIE-Lab78.2028-0.9977-13.4258

#b2c3da color RGB value is (178,195,218).

#b2c3da hex color red value is 178, green value is 195 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b2c3da hue: 0.60 , saturation: 0.35 and the lightness value of b2c3da is 0.78.

The process color (four color CMYK) of #b2c3da color hex is 0.18, 0.11, 0.00, 0.15. Web safe color of #b2c3da is #99cccc. Color #b2c3da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000011 11011010
Octal 262 303 332
Decimal 178 195 218
Hex B2 C3 DA

RGB Percentages of Color #b2c3da

%30.12
%32.99
%36.89

CMYK Percentages of Color #b2c3da

%18
%11
%0
%15

Triadic Colors of #b2c3da

#b2c3da #dab2c3 #c3dab2

Analogous Colors of #b2c3da

#b2c3da #b5b2da #b2d7da

Monochromatic Colors of #b2c3da

#b2c3da

Complementary Color

#b2c3da #dac9b2

#b2c3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c3da Color CSS Codes

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

#b2c3da Text Font Color

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

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


#b2c3da Background Color

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

This div background color is #b2c3da


#b2c3da Border Color

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

This div border color is #b2c3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c3da


Comments

No comments written yet.

Please login to write comment.