Color Hex Logo

#bbcdfa Color Hex

#BBCDFA
(187,205,250)
0 Favorites   0 Comments

Color spaces of #bbcdfa

RGB 187205250
HSL0.620.860.86
HSV223°25°98°
CMYK 0.250.180.00   0.02
XYZ59.580261.129699.1015
Yxy61.12960.27110.2781
Hunter Lab78.1854-0.8008-20.4214
CIE-Lab82.44843.5689-24.0836

#bbcdfa color RGB value is (187,205,250).

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

The process color (four color CMYK) of #bbcdfa color hex is 0.25, 0.18, 0.00, 0.02. Web safe color of #bbcdfa is #ccccff. Color #bbcdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11111010
Octal 273 315 372
Decimal 187 205 250
Hex BB CD FA

RGB Percentages of Color #bbcdfa

%29.13
%31.93
%38.94

CMYK Percentages of Color #bbcdfa

%25
%18
%0
%2

Triadic Colors of #bbcdfa

#bbcdfa #fabbcd #cdfabb

Analogous Colors of #bbcdfa

#bbcdfa #c9bbfa #bbedfa

Monochromatic Colors of #bbcdfa

#bbcdfa

Complementary Color

#bbcdfa #fae8bb

#bbcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdfa Color CSS Codes

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

#bbcdfa Text Font Color

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

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


#bbcdfa Background Color

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

This div background color is #bbcdfa


#bbcdfa Border Color

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

This div border color is #bbcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdfa


Comments

No comments written yet.

Please login to write comment.