Color Hex Logo

#bbcdf8 Color Hex

#BBCDF8
(187,205,248)
0 Favorites   0 Comments

Color spaces of #bbcdf8

RGB 187205248
HSL0.620.810.85
HSV222°25°97°
CMYK 0.250.170.00   0.03
XYZ59.268161.004797.4583
Yxy61.00470.27220.2802
Hunter Lab78.1055-1.2351-19.3069
CIE-Lab82.38133.1096-23.1220

#bbcdf8 color RGB value is (187,205,248).

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

The process color (four color CMYK) of #bbcdf8 color hex is 0.25, 0.17, 0.00, 0.03. Web safe color of #bbcdf8 is #ccccff. Color #bbcdf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001101 11111000
Octal 273 315 370
Decimal 187 205 248
Hex BB CD F8

RGB Percentages of Color #bbcdf8

%29.22
%32.03
%38.75

CMYK Percentages of Color #bbcdf8

%25
%17
%0
%3

Triadic Colors of #bbcdf8

#bbcdf8 #f8bbcd #cdf8bb

Analogous Colors of #bbcdf8

#bbcdf8 #c8bbf8 #bbecf8

Monochromatic Colors of #bbcdf8

#bbcdf8

Complementary Color

#bbcdf8 #f8e6bb

#bbcdf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcdf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcdf8 Color CSS Codes

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

#bbcdf8 Text Font Color

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

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


#bbcdf8 Background Color

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

This div background color is #bbcdf8


#bbcdf8 Border Color

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

This div border color is #bbcdf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcdf8

Related Colors


Comments

No comments written yet.

Please login to write comment.