Color Hex Logo

#b2ccea Color Hex

#B2CCEA
(178,204,234)
0 Favorites   0 Comments

Color spaces of #b2ccea

RGB 178204234
HSL0.590.570.81
HSV212°24°92°
CMYK 0.240.130.00   0.08
XYZ54.804258.591286.2626
Yxy58.59120.27450.2935
Hunter Lab76.5449-6.1521-13.2357
CIE-Lab81.0664-2.2281-17.7063

#b2ccea color RGB value is (178,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001100 11101010
Octal 262 314 352
Decimal 178 204 234
Hex B2 CC EA

RGB Percentages of Color #b2ccea

%28.90
%33.12
%37.99

CMYK Percentages of Color #b2ccea

%24
%13
%0
%8

Triadic Colors of #b2ccea

#b2ccea #eab2cc #cceab2

Analogous Colors of #b2ccea

#b2ccea #b4b2ea #b2e8ea

Monochromatic Colors of #b2ccea

#b2ccea

Complementary Color

#b2ccea #ead0b2

#b2ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ccea Color CSS Codes

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

#b2ccea Text Font Color

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

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


#b2ccea Background Color

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

This div background color is #b2ccea


#b2ccea Border Color

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

This div border color is #b2ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ccea


Comments

No comments written yet.

Please login to write comment.