Color Hex Logo

#b2cdea Color Hex

#B2CDEA
(178,205,234)
0 Favorites   0 Comments

Color spaces of #b2cdea

RGB 178205234
HSL0.590.570.81
HSV211°24°92°
CMYK 0.240.120.00   0.08
XYZ55.042759.068186.3421
Yxy59.06810.27460.2947
Hunter Lab76.8558-6.6592-12.8091
CIE-Lab81.3290-2.7574-17.3103

#b2cdea color RGB value is (178,205,234).

#b2cdea hex color red value is 178, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b2cdea hue: 0.59 , saturation: 0.57 and the lightness value of b2cdea is 0.81.

The process color (four color CMYK) of #b2cdea color hex is 0.24, 0.12, 0.00, 0.08. Web safe color of #b2cdea is #99ccff. Color #b2cdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 11101010
Octal 262 315 352
Decimal 178 205 234
Hex B2 CD EA

RGB Percentages of Color #b2cdea

%28.85
%33.23
%37.93

CMYK Percentages of Color #b2cdea

%24
%12
%0
%8

Triadic Colors of #b2cdea

#b2cdea #eab2cd #cdeab2

Analogous Colors of #b2cdea

#b2cdea #b3b2ea #b2e9ea

Monochromatic Colors of #b2cdea

#b2cdea

Complementary Color

#b2cdea #eacfb2

#b2cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cdea Color CSS Codes

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

#b2cdea Text Font Color

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

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


#b2cdea Background Color

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

This div background color is #b2cdea


#b2cdea Border Color

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

This div border color is #b2cdea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,205,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cdea


Comments

No comments written yet.

Please login to write comment.