Color Hex Logo

#bbfcdc Color Hex

#BBFCDC
(187,252,220)
0 Favorites   0 Comments

Color spaces of #bbfcdc

RGB 187252220
HSL0.420.920.86
HSV150°26°99°
CMYK 0.260.000.13   0.01
XYZ68.222285.352980.5892
Yxy85.35290.29130.3645
Hunter Lab92.3866-29.864712.9518
CIE-Lab94.0350-26.61078.8028

#bbfcdc color RGB value is (187,252,220).

#bbfcdc hex color red value is 187, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bbfcdc hue: 0.42 , saturation: 0.92 and the lightness value of bbfcdc is 0.86.

The process color (four color CMYK) of #bbfcdc color hex is 0.26, 0.00, 0.13, 0.01. Web safe color of #bbfcdc is #ccffcc. Color #bbfcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 11011100
Octal 273 374 334
Decimal 187 252 220
Hex BB FC DC

RGB Percentages of Color #bbfcdc

%28.38
%38.24
%33.38

CMYK Percentages of Color #bbfcdc

%26
%0
%13
%1

Triadic Colors of #bbfcdc

#bbfcdc #dcbbfc #fcdcbb

Analogous Colors of #bbfcdc

#bbfcdc #bbfcfc #bbfcbc

Monochromatic Colors of #bbfcdc

#bbfcdc

Complementary Color

#bbfcdc #fcbbdb

#bbfcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcdc Color CSS Codes

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

#bbfcdc Text Font Color

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

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


#bbfcdc Background Color

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

This div background color is #bbfcdc


#bbfcdc Border Color

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

This div border color is #bbfcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcdc


Comments

No comments written yet.

Please login to write comment.