Color Hex Logo

#bbccfd Color Hex

#BBCCFD
(187,204,253)
0 Favorites   0 Comments

Color spaces of #bbccfd

RGB 187204253
HSL0.620.940.86
HSV225°26°99°
CMYK 0.260.190.00   0.01
XYZ59.816060.8424101.5196
Yxy60.84240.26920.2738
Hunter Lab78.00150.3812-22.5653
CIE-Lab82.29394.7983-25.9136

#bbccfd color RGB value is (187,204,253).

#bbccfd hex color red value is 187, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bbccfd hue: 0.62 , saturation: 0.94 and the lightness value of bbccfd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11111101
Octal 273 314 375
Decimal 187 204 253
Hex BB CC FD

RGB Percentages of Color #bbccfd

%29.04
%31.68
%39.29

CMYK Percentages of Color #bbccfd

%26
%19
%0
%1

Triadic Colors of #bbccfd

#bbccfd #fdbbcc #ccfdbb

Analogous Colors of #bbccfd

#bbccfd #cbbbfd #bbedfd

Monochromatic Colors of #bbccfd

#bbccfd

Complementary Color

#bbccfd #fdecbb

#bbccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccfd Color CSS Codes

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

#bbccfd Text Font Color

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

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


#bbccfd Background Color

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

This div background color is #bbccfd


#bbccfd Border Color

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

This div border color is #bbccfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,204,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccfd


Comments

No comments written yet.

Please login to write comment.