Color Hex Logo

#b5cdeb Color Hex

#B5CDEB
(181,205,235)
0 Favorites   0 Comments

Color spaces of #b5cdeb

RGB 181205235
HSL0.590.570.82
HSV213°23°92°
CMYK 0.230.130.00   0.08
XYZ55.882859.484687.1336
Yxy59.48460.27600.2937
Hunter Lab77.1263-5.6365-12.9947
CIE-Lab81.5572-1.6315-17.4807

#b5cdeb color RGB value is (181,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 11101011
Octal 265 315 353
Decimal 181 205 235
Hex B5 CD EB

RGB Percentages of Color #b5cdeb

%29.15
%33.01
%37.84

CMYK Percentages of Color #b5cdeb

%23
%13
%0
%8

Triadic Colors of #b5cdeb

#b5cdeb #ebb5cd #cdebb5

Analogous Colors of #b5cdeb

#b5cdeb #b8b5eb #b5e8eb

Monochromatic Colors of #b5cdeb

#b5cdeb

Complementary Color

#b5cdeb #ebd3b5

#b5cdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cdeb Color CSS Codes

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

#b5cdeb Text Font Color

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

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


#b5cdeb Background Color

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

This div background color is #b5cdeb


#b5cdeb Border Color

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

This div border color is #b5cdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cdeb


Comments

No comments written yet.

Please login to write comment.