Color Hex Logo

#bbd4ff Color Hex

#BBD4FF
(187,212,255)
0 Favorites   0 Comments

Color spaces of #bbd4ff

RGB 187212255
HSL0.611.000.87
HSV218°27°100°
CMYK 0.270.170.00   0.00
XYZ62.087064.8718103.8569
Yxy64.87180.26900.2811
Hunter Lab80.5430-3.3527-20.0719
CIE-Lab84.41760.9999-23.7402

#bbd4ff color RGB value is (187,212,255).

#bbd4ff hex color red value is 187, green value is 212 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bbd4ff hue: 0.61 , saturation: 1.00 and the lightness value of bbd4ff is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11111111
Octal 273 324 377
Decimal 187 212 255
Hex BB D4 FF

RGB Percentages of Color #bbd4ff

%28.59
%32.42
%38.99

CMYK Percentages of Color #bbd4ff

%27
%17
%0
%0

Triadic Colors of #bbd4ff

#bbd4ff #ffbbd4 #d4ffbb

Analogous Colors of #bbd4ff

#bbd4ff #c4bbff #bbf6ff

Monochromatic Colors of #bbd4ff

#bbd4ff

Complementary Color

#bbd4ff #ffe6bb

#bbd4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4ff Color CSS Codes

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

#bbd4ff Text Font Color

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

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


#bbd4ff Background Color

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

This div background color is #bbd4ff


#bbd4ff Border Color

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

This div border color is #bbd4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4ff


Comments

No comments written yet.

Please login to write comment.