Color Hex Logo

#bbcdfc Color Hex

#BBCDFC
(187,205,252)
0 Favorites   0 Comments

Color spaces of #bbcdfc

RGB 187205252
HSL0.620.920.86
HSV223°26°99°
CMYK 0.260.190.00   0.01
XYZ59.895561.2557100.7622
Yxy61.25570.26990.2760
Hunter Lab78.2660-0.3629-21.5456
CIE-Lab82.51604.0309-25.0436

#bbcdfc color RGB value is (187,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11111100
Octal 273 315 374
Decimal 187 205 252
Hex BB CD FC

RGB Percentages of Color #bbcdfc

%29.04
%31.83
%39.13

CMYK Percentages of Color #bbcdfc

%26
%19
%0
%1

Triadic Colors of #bbcdfc

#bbcdfc #fcbbcd #cdfcbb

Analogous Colors of #bbcdfc

#bbcdfc #cabbfc #bbeefc

Monochromatic Colors of #bbcdfc

#bbcdfc

Complementary Color

#bbcdfc #fceabb

#bbcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdfc Color CSS Codes

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

#bbcdfc Text Font Color

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

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


#bbcdfc Background Color

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

This div background color is #bbcdfc


#bbcdfc Border Color

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

This div border color is #bbcdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdfc


Comments

No comments written yet.

Please login to write comment.