Color Hex Logo

#b8cbff Color Hex

#B8CBFF
(184,203,255)
0 Favorites   0 Comments

Color spaces of #b8cbff

RGB 184203255
HSL0.621.000.86
HSV224°28°100°
CMYK 0.280.200.00   0.00
XYZ59.173160.1222103.0937
Yxy60.12220.26610.2703
Hunter Lab77.53850.5289-24.5539
CIE-Lab81.90464.9361-27.5896

#b8cbff color RGB value is (184,203,255).

#b8cbff hex color red value is 184, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b8cbff hue: 0.62 , saturation: 1.00 and the lightness value of b8cbff is 0.86.

The process color (four color CMYK) of #b8cbff color hex is 0.28, 0.20, 0.00, 0.00. Web safe color of #b8cbff is #ccccff. Color #b8cbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 11001011 11111111
Octal 270 313 377
Decimal 184 203 255
Hex B8 CB FF

RGB Percentages of Color #b8cbff

%28.66
%31.62
%39.72

CMYK Percentages of Color #b8cbff

%28
%20
%0
%0

Triadic Colors of #b8cbff

#b8cbff #ffb8cb #cbffb8

Analogous Colors of #b8cbff

#b8cbff #c9b8ff #b8efff

Monochromatic Colors of #b8cbff

#b8cbff

Complementary Color

#b8cbff #ffecb8

#b8cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8cbff Color CSS Codes

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

#b8cbff Text Font Color

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

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


#b8cbff Background Color

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

This div background color is #b8cbff


#b8cbff Border Color

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

This div border color is #b8cbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,203,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8cbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8cbff;
  -webkit-box-shadow: 1px 1px 3px 2px #b8cbff;
  box-shadow:         1px 1px 3px 2px #b8cbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,203,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8cbff

Related Colors

#b8cbff Color Palettes


Comments

No comments written yet.

Please login to write comment.