Color Hex Logo

#b2cdeb Color Hex

#B2CDEB
(178,205,235)
0 Favorites   0 Comments

Color spaces of #b2cdeb

RGB 178205235
HSL0.590.590.81
HSV212°24°92°
CMYK 0.240.130.00   0.08
XYZ55.186859.125887.1010
Yxy59.12580.27400.2936
Hunter Lab76.8933-6.4527-13.3355
CIE-Lab81.3607-2.5306-17.7964

#b2cdeb color RGB value is (178,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001101 11101011
Octal 262 315 353
Decimal 178 205 235
Hex B2 CD EB

RGB Percentages of Color #b2cdeb

%28.80
%33.17
%38.03

CMYK Percentages of Color #b2cdeb

%24
%13
%0
%8

Triadic Colors of #b2cdeb

#b2cdeb #ebb2cd #cdebb2

Analogous Colors of #b2cdeb

#b2cdeb #b4b2eb #b2eaeb

Monochromatic Colors of #b2cdeb

#b2cdeb

Complementary Color

#b2cdeb #ebd0b2

#b2cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cdeb Color CSS Codes

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

#b2cdeb Text Font Color

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

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


#b2cdeb Background Color

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

This div background color is #b2cdeb


#b2cdeb Border Color

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

This div border color is #b2cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cdeb


Comments

No comments written yet.

Please login to write comment.