Color Hex Logo

#b5cde7 Color Hex

#B5CDE7
(181,205,231)
0 Favorites   0 Comments

Color spaces of #b5cde7

RGB 181205231
HSL0.590.510.81
HSV211°22°91°
CMYK 0.220.110.00   0.09
XYZ55.311259.255984.1236
Yxy59.25590.27840.2982
Hunter Lab76.9779-6.4529-10.9093
CIE-Lab81.4321-2.5249-15.5334

#b5cde7 color RGB value is (181,205,231).

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

The process color (four color CMYK) of #b5cde7 color hex is 0.22, 0.11, 0.00, 0.09. Web safe color of #b5cde7 is #ccccff. Color #b5cde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11001101 11100111
Octal 265 315 347
Decimal 181 205 231
Hex B5 CD E7

RGB Percentages of Color #b5cde7

%29.34
%33.23
%37.44

CMYK Percentages of Color #b5cde7

%22
%11
%0
%9

Triadic Colors of #b5cde7

#b5cde7 #e7b5cd #cde7b5

Analogous Colors of #b5cde7

#b5cde7 #b6b5e7 #b5e6e7

Monochromatic Colors of #b5cde7

#b5cde7

Complementary Color

#b5cde7 #e7cfb5

#b5cde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5cde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5cde7 Color CSS Codes

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

#b5cde7 Text Font Color

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

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


#b5cde7 Background Color

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

This div background color is #b5cde7


#b5cde7 Border Color

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

This div border color is #b5cde7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,205,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5cde7


Comments

No comments written yet.

Please login to write comment.