Color Hex Logo

#bbcdfd Color Hex

#BBCDFD
(187,205,253)
0 Favorites   0 Comments

Color spaces of #bbcdfd

RGB 187205253
HSL0.620.940.86
HSV224°26°99°
CMYK 0.260.190.00   0.01
XYZ60.054561.3193101.5991
Yxy61.31930.26930.2750
Hunter Lab78.3066-0.1424-22.1113
CIE-Lab82.55014.2629-25.5230

#bbcdfd color RGB value is (187,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11111101
Octal 273 315 375
Decimal 187 205 253
Hex BB CD FD

RGB Percentages of Color #bbcdfd

%28.99
%31.78
%39.22

CMYK Percentages of Color #bbcdfd

%26
%19
%0
%1

Triadic Colors of #bbcdfd

#bbcdfd #fdbbcd #cdfdbb

Analogous Colors of #bbcdfd

#bbcdfd #cabbfd #bbeefd

Monochromatic Colors of #bbcdfd

#bbcdfd

Complementary Color

#bbcdfd #fdebbb

#bbcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdfd Color CSS Codes

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

#bbcdfd Text Font Color

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

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


#bbcdfd Background Color

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

This div background color is #bbcdfd


#bbcdfd Border Color

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

This div border color is #bbcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdfd


Comments

No comments written yet.

Please login to write comment.