Color Hex Logo

#b9ceff Color Hex

#B9CEFF
(185,206,255)
0 Favorites   0 Comments

Color spaces of #b9ceff

RGB 185206255
HSL0.621.000.86
HSV222°27°100°
CMYK 0.270.190.00   0.00
XYZ60.128961.6769103.3434
Yxy61.67690.26710.2739
Hunter Lab78.5346-0.7697-23.0452
CIE-Lab82.74133.6159-26.3054

#b9ceff color RGB value is (185,206,255).

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

The process color (four color CMYK) of #b9ceff color hex is 0.27, 0.19, 0.00, 0.00. Web safe color of #b9ceff is #ccccff. Color #b9ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001110 11111111
Octal 271 316 377
Decimal 185 206 255
Hex B9 CE FF

RGB Percentages of Color #b9ceff

%28.64
%31.89
%39.47

CMYK Percentages of Color #b9ceff

%27
%19
%0
%0

Triadic Colors of #b9ceff

#b9ceff #ffb9ce #ceffb9

Analogous Colors of #b9ceff

#b9ceff #c7b9ff #b9f1ff

Monochromatic Colors of #b9ceff

#b9ceff

Complementary Color

#b9ceff #ffeab9

#b9ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ceff Color CSS Codes

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

#b9ceff Text Font Color

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

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


#b9ceff Background Color

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

This div background color is #b9ceff


#b9ceff Border Color

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

This div border color is #b9ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.