Color Hex Logo

#bbcdf0 Color Hex

#BBCDF0
(187,205,240)
0 Favorites   0 Comments

Color spaces of #bbcdf0

RGB 187205240
HSL0.610.640.84
HSV220°22°94°
CMYK 0.220.150.00   0.06
XYZ58.053060.518791.0596
Yxy60.51870.27690.2887
Hunter Lab77.7938-2.9348-14.9448
CIE-Lab82.11931.2993-19.2596

#bbcdf0 color RGB value is (187,205,240).

#bbcdf0 hex color red value is 187, green value is 205 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #bbcdf0 hue: 0.61 , saturation: 0.64 and the lightness value of bbcdf0 is 0.84.

The process color (four color CMYK) of #bbcdf0 color hex is 0.22, 0.15, 0.00, 0.06. Web safe color of #bbcdf0 is #ccccff. Color #bbcdf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11110000
Octal 273 315 360
Decimal 187 205 240
Hex BB CD F0

RGB Percentages of Color #bbcdf0

%29.59
%32.44
%37.97

CMYK Percentages of Color #bbcdf0

%22
%15
%0
%6

Triadic Colors of #bbcdf0

#bbcdf0 #f0bbcd #cdf0bb

Analogous Colors of #bbcdf0

#bbcdf0 #c4bbf0 #bbe8f0

Monochromatic Colors of #bbcdf0

#bbcdf0

Complementary Color

#bbcdf0 #f0debb

#bbcdf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdf0 Color CSS Codes

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

#bbcdf0 Text Font Color

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

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


#bbcdf0 Background Color

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

This div background color is #bbcdf0


#bbcdf0 Border Color

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

This div border color is #bbcdf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdf0


Comments

No comments written yet.

Please login to write comment.