Color Hex Logo

#b2ddeb Color Hex

#B2DDEB
(178,221,235)
0 Favorites   0 Comments

Color spaces of #b2ddeb

RGB 178221235
HSL0.540.590.81
HSV195°24°92°
CMYK 0.240.060.00   0.08
XYZ59.211967.176088.4427
Yxy67.17600.27560.3127
Hunter Lab81.9610-14.4761-6.6062
CIE-Lab85.5927-10.8680-11.4483

#b2ddeb color RGB value is (178,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011101 11101011
Octal 262 335 353
Decimal 178 221 235
Hex B2 DD EB

RGB Percentages of Color #b2ddeb

%28.08
%34.86
%37.07

CMYK Percentages of Color #b2ddeb

%24
%6
%0
%8

Triadic Colors of #b2ddeb

#b2ddeb #ebb2dd #ddebb2

Analogous Colors of #b2ddeb

#b2ddeb #b2c1eb #b2ebdd

Monochromatic Colors of #b2ddeb

#b2ddeb

Complementary Color

#b2ddeb #ebc0b2

#b2ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ddeb Color CSS Codes

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

#b2ddeb Text Font Color

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

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


#b2ddeb Background Color

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

This div background color is #b2ddeb


#b2ddeb Border Color

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

This div border color is #b2ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ddeb


Comments

No comments written yet.

Please login to write comment.