Color Hex Logo

#bbfcad Color Hex

#BBFCAD
(187,252,173)
0 Favorites   0 Comments

Color spaces of #bbfcad

RGB 187252173
HSL0.300.930.83
HSV109°31°99°
CMYK 0.260.000.31   0.01
XYZ62.846783.202752.2825
Yxy83.20270.31690.4195
Hunter Lab91.2155-36.642229.8673
CIE-Lab93.1031-34.675231.4955

#bbfcad color RGB value is (187,252,173).

#bbfcad hex color red value is 187, green value is 252 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bbfcad hue: 0.30 , saturation: 0.93 and the lightness value of bbfcad is 0.83.

The process color (four color CMYK) of #bbfcad color hex is 0.26, 0.00, 0.31, 0.01. Web safe color of #bbfcad is #ccff99. Color #bbfcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111100 10101101
Octal 273 374 255
Decimal 187 252 173
Hex BB FC AD

RGB Percentages of Color #bbfcad

%30.56
%41.18
%28.27

CMYK Percentages of Color #bbfcad

%26
%0
%31
%1

Triadic Colors of #bbfcad

#bbfcad #adbbfc #fcadbb

Analogous Colors of #bbfcad

#bbfcad #adfcc7 #e3fcad

Monochromatic Colors of #bbfcad

#bbfcad

Complementary Color

#bbfcad #eeadfc

#bbfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfcad Color CSS Codes

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

#bbfcad Text Font Color

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

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


#bbfcad Background Color

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

This div background color is #bbfcad


#bbfcad Border Color

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

This div border color is #bbfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfcad


Comments

No comments written yet.

Please login to write comment.