Color Hex Logo

#bbcfdf Color Hex

#BBCFDF
(187,207,223)
0 Favorites   0 Comments

Color spaces of #bbcfdf

RGB 187207223
HSL0.570.360.80
HSV207°16°87°
CMYK 0.160.070.00   0.13
XYZ56.125660.518278.5351
Yxy60.51820.28760.3101
Hunter Lab77.7934-7.3562-5.3998
CIE-Lab82.1190-3.4473-10.1916

#bbcfdf color RGB value is (187,207,223).

#bbcfdf hex color red value is 187, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bbcfdf hue: 0.57 , saturation: 0.36 and the lightness value of bbcfdf is 0.80.

The process color (four color CMYK) of #bbcfdf color hex is 0.16, 0.07, 0.00, 0.13. Web safe color of #bbcfdf is #cccccc. Color #bbcfdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001111 11011111
Octal 273 317 337
Decimal 187 207 223
Hex BB CF DF

RGB Percentages of Color #bbcfdf

%30.31
%33.55
%36.14

CMYK Percentages of Color #bbcfdf

%16
%7
%0
%13

Triadic Colors of #bbcfdf

#bbcfdf #dfbbcf #cfdfbb

Analogous Colors of #bbcfdf

#bbcfdf #bbbddf #bbdfdd

Monochromatic Colors of #bbcfdf

#bbcfdf

Complementary Color

#bbcfdf #dfcbbb

#bbcfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcfdf Color CSS Codes

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

#bbcfdf Text Font Color

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

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


#bbcfdf Background Color

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

This div background color is #bbcfdf


#bbcfdf Border Color

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

This div border color is #bbcfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcfdf


Comments

No comments written yet.

Please login to write comment.