Color Hex Logo

#b2cedd Color Hex

#B2CEDD
(178,206,221)
0 Favorites   0 Comments

Color spaces of #b2cedd

RGB 178206221
HSL0.560.390.78
HSV201°19°87°
CMYK 0.190.070.00   0.13
XYZ53.482558.828076.9427
Yxy58.82800.28260.3108
Hunter Lab76.6994-9.7559-5.7885
CIE-Lab81.1970-6.1637-10.5608

#b2cedd color RGB value is (178,206,221).

#b2cedd hex color red value is 178, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b2cedd hue: 0.56 , saturation: 0.39 and the lightness value of b2cedd is 0.78.

The process color (four color CMYK) of #b2cedd color hex is 0.19, 0.07, 0.00, 0.13. Web safe color of #b2cedd is #99cccc. Color #b2cedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001110 11011101
Octal 262 316 335
Decimal 178 206 221
Hex B2 CE DD

RGB Percentages of Color #b2cedd

%29.42
%34.05
%36.53

CMYK Percentages of Color #b2cedd

%19
%7
%0
%13

Triadic Colors of #b2cedd

#b2cedd #ddb2ce #ceddb2

Analogous Colors of #b2cedd

#b2cedd #b2b9dd #b2ddd7

Monochromatic Colors of #b2cedd

#b2cedd

Complementary Color

#b2cedd #ddc1b2

#b2cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cedd Color CSS Codes

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

#b2cedd Text Font Color

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

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


#b2cedd Background Color

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

This div background color is #b2cedd


#b2cedd Border Color

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

This div border color is #b2cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cedd


Comments

No comments written yet.

Please login to write comment.