Color Hex Logo

#b6cdeb Color Hex

#B6CDEB
(182,205,235)
0 Favorites   0 Comments

Color spaces of #b6cdeb

RGB 182205235
HSL0.590.570.82
HSV214°23°92°
CMYK 0.230.130.00   0.08
XYZ56.118159.605987.1446
Yxy59.60590.27660.2938
Hunter Lab77.2049-5.3617-12.8799
CIE-Lab81.6235-1.3300-17.3743

#b6cdeb color RGB value is (182,205,235).

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

The process color (four color CMYK) of #b6cdeb color hex is 0.23, 0.13, 0.00, 0.08. Web safe color of #b6cdeb is #ccccff. Color #b6cdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001101 11101011
Octal 266 315 353
Decimal 182 205 235
Hex B6 CD EB

RGB Percentages of Color #b6cdeb

%29.26
%32.96
%37.78

CMYK Percentages of Color #b6cdeb

%23
%13
%0
%8

Triadic Colors of #b6cdeb

#b6cdeb #ebb6cd #cdebb6

Analogous Colors of #b6cdeb

#b6cdeb #bab6eb #b6e8eb

Monochromatic Colors of #b6cdeb

#b6cdeb

Complementary Color

#b6cdeb #ebd4b6

#b6cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cdeb Color CSS Codes

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

#b6cdeb Text Font Color

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

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


#b6cdeb Background Color

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

This div background color is #b6cdeb


#b6cdeb Border Color

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

This div border color is #b6cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cdeb


Comments

No comments written yet.

Please login to write comment.