Color Hex Logo

#b2c5de Color Hex

#B2C5DE
(178,197,222)
0 Favorites   0 Comments

Color spaces of #b2c5de

RGB 178197222
HSL0.590.400.78
HSV214°20°87°
CMYK 0.200.110.00   0.13
XYZ51.511254.671476.9449
Yxy54.67140.28130.2985
Hunter Lab73.9401-5.0412-9.9414
CIE-Lab78.8516-1.1897-14.6062

#b2c5de color RGB value is (178,197,222).

#b2c5de hex color red value is 178, green value is 197 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2c5de hue: 0.59 , saturation: 0.40 and the lightness value of b2c5de is 0.78.

The process color (four color CMYK) of #b2c5de color hex is 0.20, 0.11, 0.00, 0.13. Web safe color of #b2c5de is #99cccc. Color #b2c5de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000101 11011110
Octal 262 305 336
Decimal 178 197 222
Hex B2 C5 DE

RGB Percentages of Color #b2c5de

%29.82
%33.00
%37.19

CMYK Percentages of Color #b2c5de

%20
%11
%0
%13

Triadic Colors of #b2c5de

#b2c5de #deb2c5 #c5deb2

Analogous Colors of #b2c5de

#b2c5de #b5b2de #b2dbde

Monochromatic Colors of #b2c5de

#b2c5de

Complementary Color

#b2c5de #decbb2

#b2c5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c5de Color CSS Codes

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

#b2c5de Text Font Color

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

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


#b2c5de Background Color

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

This div background color is #b2c5de


#b2c5de Border Color

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

This div border color is #b2c5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c5de


Comments

No comments written yet.

Please login to write comment.